summaryrefslogtreecommitdiff
path: root/polybar/.config/polybar/config
diff options
context:
space:
mode:
Diffstat (limited to 'polybar/.config/polybar/config')
-rw-r--r--polybar/.config/polybar/config31
1 files changed, 15 insertions, 16 deletions
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
index fa869f3..1e91738 100644
--- a/polybar/.config/polybar/config
+++ b/polybar/.config/polybar/config
@@ -34,7 +34,7 @@ module-margin-right = 1.5
34font-0 = Hermit:style=medium:size=9;1 34font-0 = Hermit:style=medium:size=9;1
35modules-left = alsa battery date time bspwm 35modules-left = alsa battery date time bspwm
36modules-center = 36modules-center =
37;modules-right = spotify mpd 37modules-right = cmus
38tray-position = right 38tray-position = right
39cursor-click = pointer 39cursor-click = pointer
40cursor-scroll = ns-resize 40cursor-scroll = ns-resize
@@ -143,21 +143,20 @@ format = <label>
143format-foreground = #7b8c58 143format-foreground = #7b8c58
144exec = python ~/.config/polybar/spotify.py -f '{artist}: {song}' 144exec = python ~/.config/polybar/spotify.py -f '{artist}: {song}'
145 145
146;[module/cmus] 146[module/cmus]
147;type = custom/script 147type = custom/script
148;exec = ~/.config/polybar/cmus.sh 148exec = ~/.config/polybar/cmus.sh
149;exec-if = pgrep -x cmus 149exec-if = pgrep -x cmus
150;interval = 1 150interval = 1
151;click-left = cmus-remote --next 151click-left = cmus-remote --next
152;click-right = cmus-remote --prev 152click-right = cmus-remote --prev
153;click-middle = cmus-remote --pause 153click-middle = cmus-remote --pause
154;scroll-up = cmus-remote --volume +5% 154scroll-up = cmus-remote --volume +5%
155;scroll-down = cmus-remote --volume -5% 155scroll-down = cmus-remote --volume -5%
156;format = <label> 156format = mus: <label>
157;format-prefix = " " 157format-foreground = #7b8c58
158;format-foreground = #7b8c58 158label = %output%
159;label = %output% 159label-maxlen = 50
160;label-maxlen = 50
161 160
162[module/mpd] 161[module/mpd]
163type = internal/mpd 162type = internal/mpd