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