feat: Add basic support for MPD

This commit is contained in:
Minijackson
2019-04-16 16:34:37 +02:00
parent 85b6e6f709
commit 06aff70e2e
8 changed files with 235 additions and 1 deletions

View File

@ -138,3 +138,16 @@ window#waybar.hidded {
background-color: #ecf0f1;
color: #2d3436;
}
#mpd {
background-color: #ba2880;
}
#mpd.disconnected {
background: #f53c3c;
}
#mpd.stopped {
background: #90b1b1;
color: #2a5c45;
}