diff options
Diffstat (limited to '.config/polybar/config##desktop.Linux.Maus')
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 38 |
1 files changed, 27 insertions, 11 deletions
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus index 7ec3156..f9686ae 100644 --- a/.config/polybar/config##desktop.Linux.Maus +++ b/.config/polybar/config##desktop.Linux.Maus | |||
@@ -50,9 +50,9 @@ module-margin = 1 | |||
50 | font-0 = scientifica:antialias=false;0 | 50 | font-0 = scientifica:antialias=false;0 |
51 | font-1 = Lato:size=10;1 | 51 | 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 Mono:size=12;2 | 53 | font-3 = FuraCode Nerd Font:size=12;2 |
54 | 54 | ||
55 | modules-left = i3 pulseaudio mpd | 55 | modules-left = i3 mpd pulseaudio-control |
56 | modules-center = xwindow | 56 | modules-center = xwindow |
57 | modules-right = focus date time xkeyboard | 57 | modules-right = focus date time xkeyboard |
58 | 58 | ||
@@ -89,8 +89,8 @@ y-offset = 10 | |||
89 | label-padding = 1 | 89 | label-padding = 1 |
90 | label-font = 1 | 90 | label-font = 1 |
91 | 91 | ||
92 | label-empty = ﳓ | 92 | label-empty = |
93 | label-empty-font = 4 | 93 | label-empty-font = 3 |
94 | label-empty-padding = 5 | 94 | label-empty-padding = 5 |
95 | 95 | ||
96 | [module/xkeyboard] | 96 | [module/xkeyboard] |
@@ -101,11 +101,11 @@ blacklist-1 = scroll lock | |||
101 | format = <label-layout> <label-indicator> | 101 | format = <label-layout> <label-indicator> |
102 | format-spacing = 0 | 102 | format-spacing = 0 |
103 | 103 | ||
104 | format-prefix = | 104 | format-prefix = |
105 | format-prefix-padding = 1 | 105 | format-prefix-padding = 1 |
106 | format-prefix-background = ${colors.blue} | 106 | format-prefix-background = ${colors.blue} |
107 | format-prefix-foreground = ${colors.foreground} | 107 | format-prefix-foreground = ${colors.foreground} |
108 | format-prefix-font = 4 | 108 | format-prefix-font = 3 |
109 | 109 | ||
110 | label-layout = %layout% | 110 | label-layout = %layout% |
111 | label-layout-padding = 1 | 111 | label-layout-padding = 1 |
@@ -195,7 +195,7 @@ format = <label> | |||
195 | format-prefix = | 195 | format-prefix = |
196 | format-prefix-background = ${colors.orange} | 196 | format-prefix-background = ${colors.orange} |
197 | format-prefix-foreground = ${colors.foreground} | 197 | format-prefix-foreground = ${colors.foreground} |
198 | format-prefix-font = 4 | 198 | format-prefix-font = 3 |
199 | format-prefix-padding = 1 | 199 | format-prefix-padding = 1 |
200 | 200 | ||
201 | label-background = ${colors.background_modules} | 201 | label-background = ${colors.background_modules} |
@@ -210,10 +210,10 @@ time = %H:%M | |||
210 | label = %time% | 210 | label = %time% |
211 | format = <label> | 211 | format = <label> |
212 | 212 | ||
213 | format-prefix = | 213 | format-prefix = |
214 | format-prefix-background = ${colors.secondary} | 214 | format-prefix-background = ${colors.secondary} |
215 | format-prefix-foreground = ${colors.foreground} | 215 | format-prefix-foreground = ${colors.foreground} |
216 | format-prefix-font = 4 | 216 | format-prefix-font = 3 |
217 | format-prefix-padding = 1 | 217 | format-prefix-padding = 1 |
218 | 218 | ||
219 | label-background = ${colors.background_modules} | 219 | label-background = ${colors.background_modules} |
@@ -226,10 +226,10 @@ interval = 5 | |||
226 | 226 | ||
227 | format-volume = <label-volume> | 227 | format-volume = <label-volume> |
228 | 228 | ||
229 | format-volume-prefix = ♫ | 229 | format-volume-prefix = |
230 | format-volume-prefix-background = ${colors.purple} | 230 | format-volume-prefix-background = ${colors.purple} |
231 | format-volume-prefix-foreground = ${colors.background_modules} | 231 | format-volume-prefix-foreground = ${colors.background_modules} |
232 | format-volume-prefix-font = 4 | 232 | format-volume-prefix-font = 3 |
233 | format-volume-prefix-padding = 1 | 233 | format-volume-prefix-padding = 1 |
234 | 234 | ||
235 | label-volume = %percentage% | 235 | label-volume = %percentage% |
@@ -242,6 +242,22 @@ label-muted-background = ${colors.purple} | |||
242 | label-muted-foreground = ${colors.foreground} | 242 | label-muted-foreground = ${colors.foreground} |
243 | label-muted-padding = 2 | 243 | label-muted-padding = 2 |
244 | 244 | ||
245 | [module/pulseaudio-control] | ||
246 | type = custom/script | ||
247 | tail = true | ||
248 | label = %output% | ||
249 | interval = 5 | ||
250 | |||
251 | exec = ~/.config/polybar/pulseaudio-control.sh --listen | ||
252 | click-right = exec pavucontrol & | ||
253 | click-left = ~/.config/polybar/pulseaudio-control.sh --togmute | ||
254 | click-middle = ~/.config/polybar/pulseaudio-control.sh --change | ||
255 | scroll-up = ~/.config/polybar/pulseaudio-control.sh --up | ||
256 | scroll-down = ~/.config/polybar/pulseaudio-control.sh --down | ||
257 | label-padding = 2 | ||
258 | label-foreground = ${colors.foreground_modules} | ||
259 | label-background = ${colors.background_modules} | ||
260 | |||
245 | [settings] | 261 | [settings] |
246 | screenchange-reload = true | 262 | screenchange-reload = true |
247 | compositing-background = source | 263 | compositing-background = source |