add battery to waybar config

This commit is contained in:
yourfriendoss 2023-10-16 12:45:31 +03:00
parent 2f1ba6ddf7
commit 12cfc2a5bf
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
"spacing": 4,
"modules-left": ["hyprland/workspaces", "custom/media"],
"modules-right": [
"battery",
"pulseaudio",
"clock",
"tray"

View file

@ -25,7 +25,7 @@
background-color: @rosewater;
}
#clock, #pulseaudio, #tray {
#clock, #pulseaudio, #tray, #battery {
background-color: @surface1;
padding: 0px 10px 0px 10px;
margin: 0px 3px 0px 3px;