Use preexisting toggles setup

This commit is contained in:
David Heinemeier Hansson
2026-04-17 16:03:06 +02:00
parent adb8d01d57
commit e852895e5c
17 changed files with 30 additions and 30 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Check if a Hyprland toggle is currently disabled (missing).
[[ ! -f "$HOME/.local/state/omarchy/toggles/hypr/$1.conf" ]]