home/bar: Drop unnecessary quotes
This commit is contained in:
parent
8325c766ad
commit
08b0b9935f
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
timeout = 15.0;
|
timeout = 15.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
"network" = {
|
network = {
|
||||||
interval = 10;
|
interval = 10;
|
||||||
format = "{icon} {bandwidthDownBytes} {bandwidthUpBytes}";
|
format = "{icon} {bandwidthDownBytes} {bandwidthUpBytes}";
|
||||||
format-icons = {
|
format-icons = {
|
||||||
|
|
Loading…
Reference in a new issue