Files
arthur-os/bin/omarchy-toggle-enabled
T

5 lines
112 B
Bash
Executable File

#!/bin/bash
# Check if a toggle is enabled (flag file exists)
[[ -f "$HOME/.local/state/omarchy/toggles/$1" ]]