Might help to add the 'prev' command in the wrapper

This commit is contained in:
Nox Sluijtman 2024-12-30 15:25:35 +01:00
parent abd73a7cd3
commit c74906fb77
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -67,7 +67,7 @@ def "main prev" [--no-icon(-n) # Disables icon in notification
--host(-H): string # mpd host --host(-H): string # mpd host
] { ] {
let host = getHost $host let host = getHost $host
mpc --host $host mpc --host $host prev
notify $"Switching to:\n(getCurrent $host)" (not $no_icon) $host notify $"Switching to:\n(getCurrent $host)" (not $no_icon) $host
} }