diff --git a/migrations/1763409505.sh b/migrations/1763409505.sh new file mode 100644 index 00000000..ad1995be --- /dev/null +++ b/migrations/1763409505.sh @@ -0,0 +1,5 @@ +echo "Add 10th workspace option to waybar config" + +if ! grep -q '"10": "0",' ~/.config/waybar/config.jsonc; then + sed -i '/"9": "9",/a\ "10": "0",' ~/.config/waybar/config.jsonc +fi