Leave this to the themes

This commit is contained in:
David Heinemeier Hansson
2026-05-19 21:01:51 +02:00
parent abf0a68b54
commit 0f4490c9fc
10 changed files with 18 additions and 90 deletions
+7
View File
@@ -0,0 +1,7 @@
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