#!/usr/bin/env bash
# @vicinae.schemaVersion 1
# @vicinae.title Restart Desktop Shell
# @vicinae.mode silent
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
# @vicinae.description Restart Quickshell if a desktop surface becomes unresponsive.
# @vicinae.keywords ["reload", "repair", "quickshell", "restart", "recover"]

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