i3status-rust: fix formatting

This commit is contained in:
Robert Helgesson 2022-04-26 23:04:50 +02:00
parent 223a73c2ba
commit 778af87a98
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]]
block = "battery" block = "battery"
'' ''
} }
''; '';
}; };

View file

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

View file

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