Battery status

This commit is contained in:
Armel van Ravels
2026-01-21 10:48:20 +01:00
parent f6a6fb2afe
commit 9c98f7490f

View File

@@ -21,8 +21,9 @@
];
modules-right = [
"cpu"
"tray"
"cpu"
"battery"
"clock"
];
@@ -34,8 +35,12 @@
ignored-players = [ "firefox" "vlc" ];
};
tray = {
spacing = 10;
};
cpu = {
format = "{usage}% ";
format = " {usage}%";
tooltip = false;
};
@@ -47,6 +52,11 @@
format = "{icon} {name}";
on-click = "activate";
};
battery = {
"format" = "{icon} {capacity}%";
"format-icons" = ["" "" "" "" ""];
};
};
};
}