Hardcoded host

This commit is contained in:
Nox Sluijtman 2024-09-22 11:13:46 +02:00
parent 74fab844a8
commit efc0580044
Signed by: Egg
SSH key fingerprint: SHA256:2sG9X3C7Xvq2svGumz1/k7cm8l4G9+qAtAeugqB4J9M

View file

@ -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