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

7 lines
157 B
Bash
Executable File

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