Compare commits

...

2 Commits

Author SHA1 Message Date
Leni Aniva 4198639ec2
Merge branch 'main' into emacs 2023-10-07 14:45:07 -07:00
Leni Aniva d4d7ab5e79
Move month before day in waybar 2023-10-07 14:44:18 -07:00
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@
"on-click": "pavucontrol"
},
"clock": {
"format": "{: %d/%m  %H:%M}",
"format": "{: %m/%d  %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format-alt": "{:%a, %d %b %Y}"
}