use 24H time on waybar

This commit is contained in:
Adithya 2023-06-10 13:08:26 +05:30
parent 5beece3df7
commit eec7f91843
Signed by: adtya
GPG key ID: 48FC9915FFD326D0

View file

@ -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" = {