mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
6 lines
187 B
Bash
6 lines
187 B
Bash
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
|