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