chore: add waybar clock locale migration (#1498)

This commit is contained in:
rez1coder
2025-09-09 22:40:55 +06:00
committed by GitHub
parent 78b2f926c8
commit 9ecf59dd60

6
migrations/1757279511.sh Normal file
View File

@@ -0,0 +1,6 @@
echo "Add locale to the waybar clock format"
sed -i \
-e 's/{:%A %H:%M}/{:L%A %H:%M}/' \
-e 's/{:%d %B W%V %Y}/{:L%d %B W%V %Y}/' \
"$HOME/.config/waybar/config.jsonc"