Add mpd module config

This commit is contained in:
Skylar Hill 2023-12-05 15:20:11 -06:00
parent 2572060511
commit f0956d156e
1 changed files with 12 additions and 0 deletions

View File

@ -74,6 +74,18 @@ enable-ipc = true
; override-redirect = true
[module/mpd]
type = internal/mpd
host = 127.0.0.1
port = 6600
format-online-background = ${colors.background}
format-online-foreground = ${colors.teal}
format-playing = "󰎆 <label-song>"
format-paused = "󰏥 <label-song>"
format-stopped =
label-song = "%artist% - %title% "
[module/systray]
type = internal/tray