add battery to waybar config
This commit is contained in:
parent
2f1ba6ddf7
commit
12cfc2a5bf
|
@ -4,6 +4,7 @@
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"modules-left": ["hyprland/workspaces", "custom/media"],
|
"modules-left": ["hyprland/workspaces", "custom/media"],
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
"battery",
|
||||||
"pulseaudio",
|
"pulseaudio",
|
||||||
"clock",
|
"clock",
|
||||||
"tray"
|
"tray"
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
background-color: @rosewater;
|
background-color: @rosewater;
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock, #pulseaudio, #tray {
|
#clock, #pulseaudio, #tray, #battery {
|
||||||
background-color: @surface1;
|
background-color: @surface1;
|
||||||
padding: 0px 10px 0px 10px;
|
padding: 0px 10px 0px 10px;
|
||||||
margin: 0px 3px 0px 3px;
|
margin: 0px 3px 0px 3px;
|
||||||
|
|
Loading…
Reference in a new issue