We should do all or not
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user