summaryrefslogtreecommitdiffstats
path: root/.config/polybar/config##desktop.Linux.Lowe
diff options
context:
space:
mode:
Diffstat (limited to '.config/polybar/config##desktop.Linux.Lowe')
-rw-r--r--.config/polybar/config##desktop.Linux.Lowe36
1 files changed, 26 insertions, 10 deletions
diff --git a/.config/polybar/config##desktop.Linux.Lowe b/.config/polybar/config##desktop.Linux.Lowe
index f0670d5..488edc4 100644
--- a/.config/polybar/config##desktop.Linux.Lowe
+++ b/.config/polybar/config##desktop.Linux.Lowe
@@ -52,7 +52,7 @@ font-1 = Lato:size=10;1
52font-2 = Raleway:size=10;1 52font-2 = Raleway:size=10;1
53font-3 = FuraCode Nerd Font:size=11;2 53font-3 = FuraCode Nerd Font:size=11;2
54 54
55modules-left = i3 pulseaudio spotify 55modules-left = i3 pulseaudio-control spotify
56modules-center = xwindow 56modules-center = xwindow
57modules-right = focus date time xkeyboard 57modules-right = focus date time xkeyboard
58 58
@@ -96,8 +96,8 @@ y-offset = 10
96label-padding = 1 96label-padding = 1
97label-font = 1 97label-font = 1
98 98
99label-empty = 99label-empty =
100label-empty-font = 4 100label-empty-font = 3
101label-empty-padding = 5 101label-empty-padding = 5
102 102
103[module/xkeyboard] 103[module/xkeyboard]
@@ -108,11 +108,11 @@ blacklist-1 = scroll lock
108format = <label-layout> <label-indicator> 108format = <label-layout> <label-indicator>
109format-spacing = 0 109format-spacing = 0
110 110
111format-prefix = 111format-prefix =
112format-prefix-padding = 1 112format-prefix-padding = 1
113format-prefix-background = ${colors.blue} 113format-prefix-background = ${colors.blue}
114format-prefix-foreground = ${colors.foreground} 114format-prefix-foreground = ${colors.foreground}
115format-prefix-font = 4 115format-prefix-font = 3
116 116
117label-layout = %layout% 117label-layout = %layout%
118label-layout-padding = 1 118label-layout-padding = 1
@@ -202,7 +202,7 @@ format = <label>
202format-prefix =  202format-prefix = 
203format-prefix-background = ${colors.orange} 203format-prefix-background = ${colors.orange}
204format-prefix-foreground = ${colors.foreground} 204format-prefix-foreground = ${colors.foreground}
205format-prefix-font = 4 205format-prefix-font = 3
206format-prefix-padding = 1 206format-prefix-padding = 1
207 207
208label-background = ${colors.background_modules} 208label-background = ${colors.background_modules}
@@ -217,10 +217,10 @@ time = %H:%M
217label = %time% 217label = %time%
218format = <label> 218format = <label>
219 219
220format-prefix = 220format-prefix =
221format-prefix-background = ${colors.secondary} 221format-prefix-background = ${colors.secondary}
222format-prefix-foreground = ${colors.foreground} 222format-prefix-foreground = ${colors.foreground}
223format-prefix-font = 4 223format-prefix-font = 3
224format-prefix-padding = 1 224format-prefix-padding = 1
225 225
226label-background = ${colors.background_modules} 226label-background = ${colors.background_modules}
@@ -233,10 +233,10 @@ interval = 5
233 233
234format-volume = <label-volume> 234format-volume = <label-volume>
235 235
236format-volume-prefix = 236format-volume-prefix =
237format-volume-prefix-background = ${colors.purple} 237format-volume-prefix-background = ${colors.purple}
238format-volume-prefix-foreground = ${colors.background_modules} 238format-volume-prefix-foreground = ${colors.background_modules}
239format-volume-prefix-font = 4 239format-volume-prefix-font = 3
240format-volume-prefix-padding = 1 240format-volume-prefix-padding = 1
241 241
242label-volume = %percentage% 242label-volume = %percentage%
@@ -249,6 +249,22 @@ label-muted-background = ${colors.purple}
249label-muted-foreground = ${colors.foreground} 249label-muted-foreground = ${colors.foreground}
250label-muted-padding = 2 250label-muted-padding = 2
251 251
252[module/pulseaudio-control]
253type = custom/script
254tail = true
255label = %output%
256interval = 5
257
258exec = ~/.config/polybar/pulseaudio-control.sh --listen
259click-right = exec pavucontrol &
260click-left = ~/.config/polybar/pulseaudio-control.sh --togmute
261click-middle = ~/.config/polybar/pulseaudio-control.sh --change
262scroll-up = ~/.config/polybar/pulseaudio-control.sh --up
263scroll-down = ~/.config/polybar/pulseaudio-control.sh --down
264label-padding = 2
265label-foreground = ${colors.foreground_modules}
266label-background = ${colors.background_modules}
267
252[settings] 268[settings]
253screenchange-reload = true 269screenchange-reload = true
254compositing-background = source 270compositing-background = source