From 9ecf59dd60b83ffbbc122cf9615d5f01d7574bf5 Mon Sep 17 00:00:00 2001 From: rez1coder <66778119+rez1coder@users.noreply.github.com> Date: Tue, 9 Sep 2025 22:40:55 +0600 Subject: [PATCH] chore: add waybar clock locale migration (#1498) --- migrations/1757279511.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 migrations/1757279511.sh 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