Files
blomarchy/bin/blob-hypr-toggle-disabled
T

7 lines
170 B
Bash
Executable File

#!/bin/bash
# blob:summary=Check if a Hyprland toggle is currently disabled (missing).
# blob:args=<flag-name>
[[ ! -f "$HOME/.local/state/blob/toggles/hypr/$1.lua" ]]