#!/bin/bash

# blob:summary=Check if a Hyprland toggle is currently disabled (missing).
# blob:args=<flag-name>

[[ ! -f "$HOME/.local/state/blob/toggles/hypr/$1.lua" ]]
