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" = {
|
"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}";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue