10 lines
403 B
Bash
Executable File
10 lines
403 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# @vicinae.schemaVersion 1
|
|
# @vicinae.title Panama: End Focus Session
|
|
# @vicinae.mode silent
|
|
# @vicinae.icon ../../icons/hicolor/scalable/apps/panama-settings.svg
|
|
# @vicinae.description End the current focus timer and restore its previous states.
|
|
# @vicinae.keywords ["stop timer", "deep work", "pomodoro", "restore"]
|
|
|
|
exec "$HOME/.config/quickshell/scripts/panama-action" focus-end
|