Battery status

This commit is contained in:
Armel van Ravels
2026-01-21 10:48:20 +01:00
committed by Armel van Ravels
parent 29c443f74d
commit 4759e9ebb4

View File

@@ -24,6 +24,7 @@
"pulseaudio" "pulseaudio"
"cpu" "cpu"
"tray" "tray"
"battery"
"clock" "clock"
]; ];
@@ -49,6 +50,10 @@
ignored-players = [ "firefox" "vlc" ]; ignored-players = [ "firefox" "vlc" ];
}; };
tray = {
spacing = 10;
};
cpu = { cpu = {
format = " {usage}%"; format = " {usage}%";
tooltip = false; tooltip = false;
@@ -62,6 +67,11 @@
format = "{icon} {name}"; format = "{icon} {name}";
on-click = "activate"; on-click = "activate";
}; };
battery = {
"format" = "{icon} {capacity}%";
"format-icons" = ["" "" "" "" ""];
};
}; };
}; };
} }