mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add migration to add the 10th workspace back to waybar config
This commit is contained in:
5
migrations/1763409505.sh
Normal file
5
migrations/1763409505.sh
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user