use 24H time on waybar
This commit is contained in:
parent
5beece3df7
commit
eec7f91843
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
|
@ -35,7 +34,7 @@
|
|||
"clock" = {
|
||||
"tooltip" = false;
|
||||
"interval" = 1;
|
||||
"format" = "{:%I:%M}";
|
||||
"format" = "{:%H:%M}";
|
||||
"format-alt" = "{:%d %B %Y, %A}";
|
||||
};
|
||||
"backlight" = {
|
||||
|
|
Loading…
Reference in a new issue