waybar: add abbreviated day, day-of-month and month

This commit is contained in:
Aminda Suomalainen 2022-05-31 17:39:02 +03:00
parent 571a3fc970
commit c3544d515b
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@
"on-click": "swaymsg input type:keyboard xkb_switch_layout next",
},
"clock": {
"format": "{:%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
"format": "{:%a. %d.\n%b.\n%Y-%j\n%G-W%V-%u\n%F\n%H.%M.%S}"
}
}