diff options
author | Joursoir <chat@joursoir.net> | 2022-06-17 15:58:13 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-06-17 15:58:13 +0300 |
commit | e4bc737af92267d070d8c98b2fc4a86a686ad798 (patch) | |
tree | a7e537d4955bfedd71a8d7bf794ae81f23cf1deb /dotconfig/polybar/config | |
parent | 117901947196342262b9b7c4985db67d521e73bb (diff) | |
download | dotfiles-e4bc737af92267d070d8c98b2fc4a86a686ad798.tar.gz dotfiles-e4bc737af92267d070d8c98b2fc4a86a686ad798.tar.bz2 dotfiles-e4bc737af92267d070d8c98b2fc4a86a686ad798.zip |
dotconfig/polybar: add a battery 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 178d800..3c3bdae 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 = pulseaudio sep keyboard sep date sep + modules-right = battery sep pulseaudio sep keyboard sep date sep [global/wm] margin-top = 0 |