add battery to waybar config
This commit is contained in:
parent
2f1ba6ddf7
commit
12cfc2a5bf
|
@ -4,6 +4,7 @@
|
|||
"spacing": 4,
|
||||
"modules-left": ["hyprland/workspaces", "custom/media"],
|
||||
"modules-right": [
|
||||
"battery",
|
||||
"pulseaudio",
|
||||
"clock",
|
||||
"tray"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue