diff options
Diffstat (limited to '.config/polybar/config##h.luchs')
-rw-r--r-- | .config/polybar/config##h.luchs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.config/polybar/config##h.luchs b/.config/polybar/config##h.luchs index 4cf066d..c7fc4af 100644 --- a/.config/polybar/config##h.luchs +++ b/.config/polybar/config##h.luchs | |||
@@ -78,8 +78,9 @@ label-offline = Github offline | |||
78 | 78 | ||
79 | [module/focus] | 79 | [module/focus] |
80 | type = custom/script | 80 | type = custom/script |
81 | exec = ~/.config/polybar/focus | 81 | exec = ~/.config/polybar/scripts/focus |
82 | interval = 10 | 82 | double-click-left = exec ~/.config/polybar/scripts/stop & |
83 | interval = 1 | ||
83 | 84 | ||
84 | [module/spotify] | 85 | [module/spotify] |
85 | type = custom/script | 86 | type = custom/script |
@@ -267,12 +268,12 @@ tail = true | |||
267 | label = %output% | 268 | label = %output% |
268 | interval = 5 | 269 | interval = 5 |
269 | 270 | ||
270 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | 271 | exec = ~/.config/polybar/scripts/pulseaudio_control --listen |
271 | click-right = exec pavucontrol & | 272 | click-right = exec pavucontrol & |
272 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | 273 | click-left = ~/.config/polybar/scripts/pulseaudio_control --togmute |
273 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | 274 | click-middle = ~/.config/polybar/scripts/pulseaudio_control --change |
274 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | 275 | scroll-up = ~/.config/polybar/scripts/pulseaudio_control --up |
275 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | 276 | scroll-down = ~/.config/polybar/scripts/pulseaudio_control --down |
276 | label-padding = 2 | 277 | label-padding = 2 |
277 | label-foreground = ${colors.foreground_modules} | 278 | label-foreground = ${colors.foreground_modules} |
278 | label-background = ${colors.background_modules} | 279 | label-background = ${colors.background_modules} |