diff --git a/migrations/1761269603.sh b/migrations/1761269603.sh index 35a8b06c..8d29f613 100644 --- a/migrations/1761269603.sh +++ b/migrations/1761269603.sh @@ -4,5 +4,4 @@ WAYBAR_CONFIG="$HOME/.config/waybar/config.jsonc" if [[ -f "$WAYBAR_CONFIG" ]] && ! grep -A5 '"custom/omarchy"' "$WAYBAR_CONFIG" | grep -q '"on-click-right"'; then sed -i '/"on-click": "omarchy-menu",/a\ "on-click-right": "omarchy-launch-terminal",' "$WAYBAR_CONFIG" - omarchy-state set restart-waybar-required fi diff --git a/migrations/1762417304.sh b/migrations/1762417304.sh index 15134e6d..a3c9e03c 100644 --- a/migrations/1762417304.sh +++ b/migrations/1762417304.sh @@ -5,5 +5,4 @@ omarchy-pkg-drop blueberry if ! grep -q "omarchy-launch-bluetooth" ~/.config/waybar/config.jsonc; then sed -i 's/blueberry/omarchy-launch-bluetooth/' ~/.config/waybar/config.jsonc - omarchy-restart-waybar fi diff --git a/migrations/1763560161.sh b/migrations/1763560161.sh index a1f0ff1e..b3956966 100644 --- a/migrations/1763560161.sh +++ b/migrations/1763560161.sh @@ -1,4 +1,3 @@ echo "Hide Bluetooth module in waybar if there's no BT controller" sed -i '/format-connected": "",/a\ "format-no-controller": "",' ~/.config/waybar/config.jsonc -omarchy-restart-waybar diff --git a/migrations/1763634099.sh b/migrations/1763634099.sh index ba4aa7f8..267558b6 100644 --- a/migrations/1763634099.sh +++ b/migrations/1763634099.sh @@ -1,4 +1,3 @@ echo "Using 󰂱 icon for bluetooth when connected" sed -i 's/"format-connected": "",/"format-connected": "󰂱",/' ~/.config/waybar/config.jsonc -omarchy-restart-waybar