mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 15:14:26 +00:00
i3status-rust: fix formatting
This commit is contained in:
parent
223a73c2ba
commit
778af87a98
3 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ with lib;
|
|||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
''
|
||||
''
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -47,7 +47,7 @@ with lib;
|
|||
block = "time"
|
||||
format = "%a %d/%m %R"
|
||||
interval = 60
|
||||
''
|
||||
''
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -191,7 +191,7 @@ with lib;
|
|||
[theme.overrides]
|
||||
idle_bg = "#123456"
|
||||
idle_fg = "#abcdef"
|
||||
''
|
||||
''
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue