mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
6 lines
174 B
Bash
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" |