1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

i3status-rust: fix formatting

(cherry picked from commit 778af87a98)
This commit is contained in:
Robert Helgesson 2022-04-26 23:04:50 +02:00
parent 5eb2102aef
commit d14adb99f3
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
3 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ with lib;
[[block]]
block = "battery"
''
''
}
'';
};

View File

@ -47,7 +47,7 @@ with lib;
block = "time"
format = "%a %d/%m %R"
interval = 60
''
''
}
'';
};

View File

@ -191,7 +191,7 @@ with lib;
[theme.overrides]
idle_bg = "#123456"
idle_fg = "#abcdef"
''
''
}
'';
};