mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
chore: add waybar clock locale migration (#1498)
This commit is contained in:
6
migrations/1757279511.sh
Normal file
6
migrations/1757279511.sh
Normal 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"
|
||||
Reference in New Issue
Block a user