diff options
author | Yigit Sever | 2022-04-06 10:11:22 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-06 10:12:04 +0300 |
commit | 2b681291e699612b2ce0f25aed0b004a06c9e4af (patch) | |
tree | f40a928d237ae417054320a14f045821736b7734 /.config | |
parent | 2be10fa0c817b855534c2b351847f127c16b836f (diff) | |
download | dotfiles-2b681291e699612b2ce0f25aed0b004a06c9e4af.tar.gz dotfiles-2b681291e699612b2ce0f25aed0b004a06c9e4af.tar.bz2 dotfiles-2b681291e699612b2ce0f25aed0b004a06c9e4af.zip |
polybar: new config file extension
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config.ini##h.lowe (renamed from .config/polybar/config##h.lowe) | 18 | ||||
-rw-r--r-- | .config/polybar/config.ini##h.luchs (renamed from .config/polybar/config##h.luchs) | 0 | ||||
-rw-r--r-- | .config/polybar/config.ini##h.maus (renamed from .config/polybar/config##h.maus) | 0 |
3 files changed, 18 insertions, 0 deletions
diff --git a/.config/polybar/config##h.lowe b/.config/polybar/config.ini##h.lowe index ecccdbd..4d2efee 100644 --- a/.config/polybar/config##h.lowe +++ b/.config/polybar/config.ini##h.lowe | |||
@@ -197,6 +197,24 @@ label-background = ${colors.background_modules} | |||
197 | label-foreground = ${colors.foreground_modules} | 197 | label-foreground = ${colors.foreground_modules} |
198 | label-padding = 1 | 198 | label-padding = 1 |
199 | 199 | ||
200 | [module/pipewire] | ||
201 | type = custom/script | ||
202 | tail = true | ||
203 | label = %output% | ||
204 | interval = 5 | ||
205 | |||
206 | exec = /home/yigit/.config/polybar/scripts/pipewire | ||
207 | |||
208 | click-right = /home/yigit/.config/polybar/scripts/pipewire previous-sink | ||
209 | click-left = /home/yigit/.config/polybar/scripts/pipewire next-sink | ||
210 | click-middle = /home/yigit/.config/polybar/scripts/pipewire toggle-mute | ||
211 | scroll-up = /home/yigit/.config/polybar/scripts/pipewire volume-up | ||
212 | scroll-down = /home/yigit/.config/polybar/scripts/pipewire volume-down | ||
213 | |||
214 | label-padding = 2 | ||
215 | label-foreground = ${colors.foreground_modules} | ||
216 | label-background = ${colors.background_modules} | ||
217 | |||
200 | [settings] | 218 | [settings] |
201 | screenchange-reload = true | 219 | screenchange-reload = true |
202 | compositing-background = source | 220 | compositing-background = source |
diff --git a/.config/polybar/config##h.luchs b/.config/polybar/config.ini##h.luchs index c7fc4af..c7fc4af 100644 --- a/.config/polybar/config##h.luchs +++ b/.config/polybar/config.ini##h.luchs | |||
diff --git a/.config/polybar/config##h.maus b/.config/polybar/config.ini##h.maus index 20de277..20de277 100644 --- a/.config/polybar/config##h.maus +++ b/.config/polybar/config.ini##h.maus | |||