#!/usr/bin/env bash
# @vicinae.schemaVersion 1
# @vicinae.title Toggle Caffeine
# @vicinae.mode silent
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
# @vicinae.description Keep the display awake and block automatic sleep.
# @vicinae.keywords ["awake", "sleep", "inhibit", "presentation", "idle"]

exec "$HOME/.config/quickshell/scripts/panama-action" caffeine
