Set hyprlock corners too

This commit is contained in:
David Heinemeier Hansson
2026-05-10 15:05:34 +02:00
parent f10c945e00
commit 0075645f0e
4 changed files with 40 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# omarchy:summary=Set Hyprland, Mako, and Walker corners to sharp or round
# omarchy:summary=Set Hyprland, Hyprlock, Mako, and Walker corners to sharp or round
# omarchy:args=<sharp|round>
# omarchy:examples=omarchy style corners round | omarchy style corners sharp
@@ -10,5 +10,6 @@ if [[ $1 != "sharp" && $1 != "round" ]]; then
fi
omarchy-style-corners-hyprland "$1"
omarchy-style-corners-hyprlock "$1"
omarchy-style-corners-mako "$1"
omarchy-style-corners-walker "$1"