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