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