diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-03-24 12:23:17 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-03-24 12:23:17 +0000 |
commit | 064fb93965974ed826a7e9cdf854e9c5ec935342 (patch) | |
tree | 75789e39783d7def078085b96d71d55e20555cbd /polybar | |
parent | afb012025a944617e912c20e98190f8538d78262 (diff) |
gentooman
Diffstat (limited to 'polybar')
-rw-r--r-- | polybar/.config/polybar/config | 48 |
1 files changed, 14 insertions, 34 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index 8260bc9..fa869f3 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config | |||
@@ -31,11 +31,10 @@ padding-left = 2 | |||
31 | padding-right = 2 | 31 | padding-right = 2 |
32 | module-margin-left = 1.5 | 32 | module-margin-left = 1.5 |
33 | module-margin-right = 1.5 | 33 | module-margin-right = 1.5 |
34 | font-0 = Hermit:style=medium:pixelsize=10;1 | 34 | font-0 = Hermit:style=medium:size=9;1 |
35 | font-1 = FontAwesome:style=Regular:size=10;1 | 35 | modules-left = alsa battery date time bspwm |
36 | modules-left = pulseaudio battery date time bspwm | ||
37 | modules-center = | 36 | modules-center = |
38 | modules-right = spotify mpd | 37 | ;modules-right = spotify mpd |
39 | tray-position = right | 38 | tray-position = right |
40 | cursor-click = pointer | 39 | cursor-click = pointer |
41 | cursor-scroll = ns-resize | 40 | cursor-scroll = ns-resize |
@@ -123,26 +122,18 @@ battery = BAT0 | |||
123 | adapter = ADP1 | 122 | adapter = ADP1 |
124 | poll-interval = 1 | 123 | poll-interval = 1 |
125 | full-at = 98 | 124 | full-at = 98 |
126 | label-discharging = %percentage%% | 125 | label-discharging = -bat %percentage%% |
127 | label-charging = %percentage%% | 126 | label-charging = +bat %percentage%% |
128 | label-full = %percentage%% | 127 | label-full = ^bat %percentage%% |
129 | format-discharging = <ramp-capacity> <label-discharging> | 128 | format-discharging = <label-discharging> |
130 | format-full = <ramp-capacity> <label-full> | 129 | format-full = <label-full> |
131 | format-charging = <label-charging> | 130 | format-charging = <label-charging> |
132 | ramp-capacity-0 = | 131 | |
133 | ramp-capacity-1 = | 132 | [module/alsa] |
134 | ramp-capacity-2 = | 133 | type = internal/alsa |
135 | ramp-capacity-3 = | 134 | format-volume = vol <label-volume> |
136 | ramp-capacity-4 = | ||
137 | |||
138 | [module/pulseaudio] | ||
139 | type = internal/pulseaudio | ||
140 | format-volume = <ramp-volume> <label-volume> | ||
141 | label-volume = %percentage%% | 135 | label-volume = %percentage%% |
142 | label-muted = 婢 muted | 136 | label-muted = muted |
143 | ramp-volume-0 = | ||
144 | ramp-volume-1 = | ||
145 | ramp-volume-2 = | ||
146 | 137 | ||
147 | [module/spotify] | 138 | [module/spotify] |
148 | type = custom/script | 139 | type = custom/script |
@@ -187,14 +178,3 @@ bar-progress-width = 10 | |||
187 | bar-progress-indicator = | | 178 | bar-progress-indicator = | |
188 | bar-progress-fill = ─ | 179 | bar-progress-fill = ─ |
189 | bar-progress-empty = ─ | 180 | bar-progress-empty = ─ |
190 | |||
191 | [module/backlight] | ||
192 | type = internal/backlight | ||
193 | ; Use the following command to list available cards: | ||
194 | ; $ ls -1 /sys/class/backlight/ | ||
195 | card = intel_backlight | ||
196 | format = <ramp> <label> | ||
197 | label = %percentage%% | ||
198 | ramp-0 = | ||
199 | ramp-1 = | ||
200 | ramp-2 = | ||