home-manager/gui: Use full date + seconds format in waybar
This commit is contained in:
parent
012bd067ae
commit
f1751b27e0
@ -58,8 +58,10 @@ in
|
||||
};
|
||||
clock = {
|
||||
# "timezone": "America/New_York",
|
||||
# format-alt = "{:%Y-%m-%d}";
|
||||
interval = 1;
|
||||
format = "{:%F %T}";
|
||||
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
|
||||
format-alt = "{:%Y-%m-%d}";
|
||||
};
|
||||
cpu = {
|
||||
format = "{usage}% ";
|
||||
|
Loading…
Reference in New Issue
Block a user