10 lines
393 B
Bash
Executable File
10 lines
393 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# @vicinae.schemaVersion 1
|
|
# @vicinae.title Panama: Check System Health
|
|
# @vicinae.mode silent
|
|
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
|
|
# @vicinae.description Review Panama services, integrations, and recovery actions.
|
|
# @vicinae.keywords ["health", "doctor", "repair", "services"]
|
|
|
|
exec "$HOME/.config/quickshell/scripts/panama-action" health
|