diff --git a/migrations/1757279511.sh b/migrations/1757279511.sh new file mode 100644 index 0000000..dc4588c --- /dev/null +++ b/migrations/1757279511.sh @@ -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" \ No newline at end of file