diff options
author | Joursoir <chat@joursoir.net> | 2022-06-19 17:31:45 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-06-19 17:31:45 +0300 |
commit | 0c35ee41e6fe8a1ac63f75559fb6936a87e2894e (patch) | |
tree | 69a4a19fceb2e12348195e2d8cad1946687911dc /dotconfig/polybar/config | |
parent | e4bc737af92267d070d8c98b2fc4a86a686ad798 (diff) | |
download | dotfiles-0c35ee41e6fe8a1ac63f75559fb6936a87e2894e.tar.gz dotfiles-0c35ee41e6fe8a1ac63f75559fb6936a87e2894e.tar.bz2 dotfiles-0c35ee41e6fe8a1ac63f75559fb6936a87e2894e.zip |
dotconfig/polybar: add a backlight module
Diffstat (limited to 'dotconfig/polybar/config')
-rw-r--r-- | dotconfig/polybar/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotconfig/polybar/config b/dotconfig/polybar/config index 3c3bdae..6010c5c 100644 --- a/dotconfig/polybar/config +++ b/dotconfig/polybar/config @@ -119,7 +119,7 @@ include-file = ~/.config/polybar/modules ; Modules modules-left = sep workspaces sep network sep cpu_bar sep memory_bar modules-center = title - modules-right = battery sep pulseaudio sep keyboard sep date sep + modules-right = backlight sep battery sep pulseaudio sep keyboard sep date sep [global/wm] margin-top = 0 |