home-manager/gui: Use full date + seconds format in waybar

This commit is contained in:
Jack O'Sullivan 2023-08-24 15:18:08 +01:00
parent 012bd067ae
commit f1751b27e0

View File

@ -58,8 +58,10 @@ in
}; };
clock = { clock = {
# "timezone": "America/New_York", # "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>"; tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";
format-alt = "{:%Y-%m-%d}";
}; };
cpu = { cpu = {
format = "{usage}% "; format = "{usage}% ";