diff options
Diffstat (limited to '.config/polybar/config##desktop.Linux.Lowe')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Lowe | 36 |
1 files changed, 26 insertions, 10 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe index f0670d5..488edc4 100644 --- a/.config/polybar/config##desktop.Linux.Lowe +++ b/.config/polybar/config##desktop.Linux.Lowe | |||
@@ -52,7 +52,7 @@ font-1 = Lato:size=10;1 | |||
52 | font-2 = Raleway:size=10;1 | 52 | font-2 = Raleway:size=10;1 |
53 | font-3 = FuraCode Nerd Font:size=11;2 | 53 | font-3 = FuraCode Nerd Font:size=11;2 |
54 | 54 | ||
55 | modules-left = i3 pulseaudio spotify | 55 | modules-left = i3 pulseaudio-control spotify |
56 | modules-center = xwindow | 56 | modules-center = xwindow |
57 | modules-right = focus date time xkeyboard | 57 | modules-right = focus date time xkeyboard |
58 | 58 | ||
@@ -96,8 +96,8 @@ y-offset = 10 | |||
96 | label-padding = 1 | 96 | label-padding = 1 |
97 | label-font = 1 | 97 | label-font = 1 |
98 | 98 | ||
99 | label-empty = ﳓ | 99 | label-empty = |
100 | label-empty-font = 4 | 100 | label-empty-font = 3 |
101 | label-empty-padding = 5 | 101 | label-empty-padding = 5 |
102 | 102 | ||
103 | [module/xkeyboard] | 103 | [module/xkeyboard] |
@@ -108,11 +108,11 @@ blacklist-1 = scroll lock | |||
108 | format = <label-layout> <label-indicator> | 108 | format = <label-layout> <label-indicator> |
109 | format-spacing = 0 | 109 | format-spacing = 0 |
110 | 110 | ||
111 | format-prefix = | 111 | format-prefix = |
112 | format-prefix-padding = 1 | 112 | format-prefix-padding = 1 |
113 | format-prefix-background = ${colors.blue} | 113 | format-prefix-background = ${colors.blue} |
114 | format-prefix-foreground = ${colors.foreground} | 114 | format-prefix-foreground = ${colors.foreground} |
115 | format-prefix-font = 4 | 115 | format-prefix-font = 3 |
116 | 116 | ||
117 | label-layout = %layout% | 117 | label-layout = %layout% |
118 | label-layout-padding = 1 | 118 | label-layout-padding = 1 |
@@ -202,7 +202,7 @@ format = <label> | |||
202 | format-prefix = | 202 | format-prefix = |
203 | format-prefix-background = ${colors.orange} | 203 | format-prefix-background = ${colors.orange} |
204 | format-prefix-foreground = ${colors.foreground} | 204 | format-prefix-foreground = ${colors.foreground} |
205 | format-prefix-font = 4 | 205 | format-prefix-font = 3 |
206 | format-prefix-padding = 1 | 206 | format-prefix-padding = 1 |
207 | 207 | ||
208 | label-background = ${colors.background_modules} | 208 | label-background = ${colors.background_modules} |
@@ -217,10 +217,10 @@ time = %H:%M | |||
217 | label = %time% | 217 | label = %time% |
218 | format = <label> | 218 | format = <label> |
219 | 219 | ||
220 | format-prefix = | 220 | format-prefix = |
221 | format-prefix-background = ${colors.secondary} | 221 | format-prefix-background = ${colors.secondary} |
222 | format-prefix-foreground = ${colors.foreground} | 222 | format-prefix-foreground = ${colors.foreground} |
223 | format-prefix-font = 4 | 223 | format-prefix-font = 3 |
224 | format-prefix-padding = 1 | 224 | format-prefix-padding = 1 |
225 | 225 | ||
226 | label-background = ${colors.background_modules} | 226 | label-background = ${colors.background_modules} |
@@ -233,10 +233,10 @@ interval = 5 | |||
233 | 233 | ||
234 | format-volume = <label-volume> | 234 | format-volume = <label-volume> |
235 | 235 | ||
236 | format-volume-prefix = ♫ | 236 | format-volume-prefix = |
237 | format-volume-prefix-background = ${colors.purple} | 237 | format-volume-prefix-background = ${colors.purple} |
238 | format-volume-prefix-foreground = ${colors.background_modules} | 238 | format-volume-prefix-foreground = ${colors.background_modules} |
239 | format-volume-prefix-font = 4 | 239 | format-volume-prefix-font = 3 |
240 | format-volume-prefix-padding = 1 | 240 | format-volume-prefix-padding = 1 |
241 | 241 | ||
242 | label-volume = %percentage% | 242 | label-volume = %percentage% |
@@ -249,6 +249,22 @@ label-muted-background = ${colors.purple} | |||
249 | label-muted-foreground = ${colors.foreground} | 249 | label-muted-foreground = ${colors.foreground} |
250 | label-muted-padding = 2 | 250 | label-muted-padding = 2 |
251 | 251 | ||
252 | [module/pulseaudio-control] | ||
253 | type = custom/script | ||
254 | tail = true | ||
255 | label = %output% | ||
256 | interval = 5 | ||
257 | |||
258 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
259 | click-right = exec pavucontrol & | ||
260 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
261 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
262 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
263 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
264 | label-padding = 2 | ||
265 | label-foreground = ${colors.foreground_modules} | ||
266 | label-background = ${colors.background_modules} | ||
267 | |||
252 | [settings] | 268 | [settings] |
253 | screenchange-reload = true | 269 | screenchange-reload = true |
254 | compositing-background = source | 270 | compositing-background = source |