diff options
Diffstat (limited to '.config/polybar/config##h.lowe')
-rw-r--r-- | .config/polybar/config##h.lowe | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/.config/polybar/config##h.lowe b/.config/polybar/config##h.lowe index 9c1ae06..caebed7 100644 --- a/.config/polybar/config##h.lowe +++ b/.config/polybar/config##h.lowe | |||
@@ -79,8 +79,9 @@ label-offline = Github offline | |||
79 | 79 | ||
80 | [module/focus] | 80 | [module/focus] |
81 | type = custom/script | 81 | type = custom/script |
82 | exec = ~/.config/polybar/focus | 82 | exec = ~/.config/polybar/scripts/focus |
83 | interval = 10 | 83 | double-click-left = exec ~/.config/polybar/scripts/stop & |
84 | interval = 1 | ||
84 | 85 | ||
85 | [module/spotify] | 86 | [module/spotify] |
86 | type = custom/script | 87 | type = custom/script |
@@ -186,22 +187,6 @@ label-background = ${colors.background_modules} | |||
186 | label-foreground = ${colors.foreground_modules} | 187 | label-foreground = ${colors.foreground_modules} |
187 | label-padding = 1 | 188 | label-padding = 1 |
188 | 189 | ||
189 | [module/pulseaudio-control] | ||
190 | type = custom/script | ||
191 | tail = true | ||
192 | label = %output% | ||
193 | interval = 5 | ||
194 | |||
195 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
196 | click-right = exec pavucontrol & | ||
197 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
198 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
199 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
200 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
201 | label-padding = 2 | ||
202 | label-foreground = ${colors.foreground_modules} | ||
203 | label-background = ${colors.background_modules} | ||
204 | |||
205 | [settings] | 190 | [settings] |
206 | screenchange-reload = true | 191 | screenchange-reload = true |
207 | compositing-background = source | 192 | compositing-background = source |