Correct event
This commit is contained in:
parent
d665cd174f
commit
910e0b54c0
|
@ -35,7 +35,7 @@ def "main current" [--no-icon(-n) # Disables icon in notification
|
||||||
|
|
||||||
# Lists currently playing song
|
# Lists currently playing song
|
||||||
def "main tail" [] {
|
def "main tail" [] {
|
||||||
while true { mpc --host $mpdHost idle player | ignore; mpc --host $mpdHost current}
|
while true { mpc --host $mpdHost idle playlist | ignore; mpc --host $mpdHost current}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Skips to next song
|
# Skips to next song
|
||||||
|
|
Loading…
Reference in a new issue