Files
omarchy/migrations/1757279511.sh
2025-09-09 18:40:55 +02:00

6 lines
174 B
Bash

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"