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