This commit is contained in:
Fabian Montero 2025-10-04 19:51:56 -06:00
parent 9665bf524b
commit 403400c128
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

View file

@ -26,7 +26,8 @@ in {
"clock"
];
modules-right = [
modules-right =
[
"keyboard-state"
"privacy"
"cpu"
@ -41,7 +42,7 @@ in {
battery = mkIf laptop {
format = "{capacity}% {icon}";
format-plugged = "{capacity}% 󱐥{icon}";
format-icons = [ "󰂃" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹" ];
format-icons = ["󰂃" "󰁺" "󰁻" "󰁼" "󰁽" "󰁾" "󰁿" "󰂀" "󰂁" "󰂂" "󰁹"];
states = {
warning = 20;
critical = 10;