We should do all or not

This commit is contained in:
David Heinemeier Hansson
2026-05-17 20:02:01 +02:00
parent 8718962d13
commit b719de7774
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -4,8 +4,6 @@
# omarchy:args=<raise|lower|mute-toggle|+N|-N>
# omarchy:examples=omarchy audio output volume raise | omarchy audio output volume lower | omarchy audio output volume mute-toggle | omarchy audio output volume +1
set -euo pipefail
action="${1:-}"
if [[ -z $action ]]; then
-2
View File
@@ -4,8 +4,6 @@
# omarchy:args=<next|previous|play-pause|play|pause>
# omarchy:examples=omarchy audio player next | omarchy audio player play-pause
set -euo pipefail
action="${1:-play-pause}"
playerctl "$action" >/dev/null 2>&1 || true