Files
omarchycn/migrations/1779216860.sh
T

8 lines
205 B
Bash

echo "Remove retired rounded-corners Hyprland toggle"
rm -f "$HOME/.local/state/omarchy/toggles/hypr/rounded-corners.lua"
if omarchy-cmd-present hyprctl; then
hyprctl reload >/dev/null 2>&1 || true
fi