comment out battery percentage thing in bar
This commit is contained in:
parent
ffdf4b15e9
commit
ad6cc085f4
1 changed files with 5 additions and 5 deletions
|
|
@ -32,11 +32,11 @@
|
|||
"sway/window" = {
|
||||
max-length = 80;
|
||||
};
|
||||
"custom/miao-battery-percentage" = {
|
||||
return-type = "json";
|
||||
exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.miao-battery-percentage}";
|
||||
restart-interval = "60";
|
||||
};
|
||||
# "custom/miao-battery-percentage" = {
|
||||
# return-type = "json";
|
||||
# exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.miao-battery-percentage}";
|
||||
# restart-interval = "60";
|
||||
# };
|
||||
"custom/keyboard-state" = {
|
||||
return-type = "json";
|
||||
exec = "${lib.getExe self.packages.${pkgs.stdenv.hostPlatform.system}.keyboard-state}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue