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,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
@ -35,7 +34,7 @@
|
||||||
"clock" = {
|
"clock" = {
|
||||||
"tooltip" = false;
|
"tooltip" = false;
|
||||||
"interval" = 1;
|
"interval" = 1;
|
||||||
"format" = "{:%I:%M}";
|
"format" = "{:%H:%M}";
|
||||||
"format-alt" = "{:%d %B %Y, %A}";
|
"format-alt" = "{:%d %B %Y, %A}";
|
||||||
};
|
};
|
||||||
"backlight" = {
|
"backlight" = {
|
||||||
|
|
Loading…
Reference in a new issue