Move month before day in waybar

pull/9/head
Leni Aniva 2023-10-07 14:44:18 -07:00
parent b71353c67e
commit d4d7ab5e79
Signed by: aniva
GPG Key ID: 4D9B1C8D10EA4C50
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}"
}