mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 11:39:46 +01: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]]
|
||||||
block = "battery"
|
block = "battery"
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -47,7 +47,7 @@ with lib;
|
||||||
block = "time"
|
block = "time"
|
||||||
format = "%a %d/%m %R"
|
format = "%a %d/%m %R"
|
||||||
interval = 60
|
interval = 60
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
@ -191,7 +191,7 @@ with lib;
|
||||||
[theme.overrides]
|
[theme.overrides]
|
||||||
idle_bg = "#123456"
|
idle_bg = "#123456"
|
||||||
idle_fg = "#abcdef"
|
idle_fg = "#abcdef"
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue