#!/bin/bash

# omarchy:summary=Toggle suspend availability in the system menu

omarchy-toggle \
  --enabled-notification "󰒲   Suspend removed from system menu" \
  --disabled-notification "󰒲   Suspend now available in system menu" \
  suspend-off
