Remote mpd

This commit is contained in:
Meutel 2017-08-02 18:40:54 +02:00
parent e1d2098648
commit 9e94a6bb41
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ disk "/srv/data" {
format = " zdata %free" format = " zdata %free"
} }
mpd_status { mpd_status {
host = "/home/meutel/.mpd/socket" host = "meutel.net"
state_pause = "" state_pause = ""
state_play = "" state_play = ""
} }

View File

@ -26,7 +26,7 @@ export AWT_TOOLKIT=XToolkit
export TERMINAL=/usr/local/bin/mate-terminal export TERMINAL=/usr/local/bin/mate-terminal
# remote mpd # remote mpd
MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net' export MPD_HOST='MjN3alpfZ20yIkxtP0E/SkhbaWQK@meutel.net'
# Set background color # Set background color
xsetroot -solid "#333333" xsetroot -solid "#333333"