diff options
Diffstat (limited to '.config/polybar/config##h.maus')
-rw-r--r-- | .config/polybar/config##h.maus | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.config/polybar/config##h.maus b/.config/polybar/config##h.maus index 3ac8a00..cf390c7 100644 --- a/.config/polybar/config##h.maus +++ b/.config/polybar/config##h.maus | |||
@@ -89,13 +89,13 @@ label-offline = Github offline | |||
89 | 89 | ||
90 | [module/focus] | 90 | [module/focus] |
91 | type = custom/script | 91 | type = custom/script |
92 | exec = ~/.config/polybar/focus | 92 | exec = ~/.config/polybar/scripts/focus |
93 | double-click-left = exec ~/.config/polybar/stop & | 93 | double-click-left = exec ~/.config/polybar/scripts/stop & |
94 | interval = 1 | 94 | interval = 1 |
95 | 95 | ||
96 | [module/notification_pause] | 96 | [module/notification_pause] |
97 | type = custom/script | 97 | type = custom/script |
98 | exec = ~/.config/polybar/notification_pause.sh | 98 | exec = ~/.config/polybar/scripts/notification_pause |
99 | interval = 5 | 99 | interval = 5 |
100 | 100 | ||
101 | [module/spotify] | 101 | [module/spotify] |
@@ -356,12 +356,12 @@ tail = true | |||
356 | label = %output% | 356 | label = %output% |
357 | interval = 5 | 357 | interval = 5 |
358 | 358 | ||
359 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | 359 | exec = ~/.config/polybar/scripts/pulseaudio_control --listen |
360 | click-right = exec pavucontrol & | 360 | click-right = exec pavucontrol & |
361 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | 361 | click-left = ~/.config/polybar/scripts/pulseaudio_control --togmute |
362 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | 362 | click-middle = ~/.config/polybar/scripts/pulseaudio_control --change |
363 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | 363 | scroll-up = ~/.config/polybar/scripts/pulseaudio_control --up |
364 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | 364 | scroll-down = ~/.config/polybar/scripts/pulseaudio_control --down |
365 | label-padding = 2 | 365 | label-padding = 2 |
366 | label-foreground = ${colors.foreground_modules} | 366 | label-foreground = ${colors.foreground_modules} |
367 | label-background = ${colors.background_modules} | 367 | label-background = ${colors.background_modules} |