comment out battery percentage thing in bar

This commit is contained in:
xunuwu 2026-02-03 08:48:30 +01:00
parent ffdf4b15e9
commit ad6cc085f4
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -32,11 +32,11 @@
"sway/window" = { "sway/window" = {
max-length = 80; max-length = 80;
}; };
"custom/miao-battery-percentage" = { # "custom/miao-battery-percentage" = {
return-type = "json"; # return-type = "json";
exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.miao-battery-percentage}"; # exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.miao-battery-percentage}";
restart-interval = "60"; # restart-interval = "60";
}; # };
"custom/keyboard-state" = { "custom/keyboard-state" = {
return-type = "json"; return-type = "json";
exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.keyboard-state}"; exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.keyboard-state}";