diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-27 16:27:03 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2023-07-27 16:27:03 +0200 |
| commit | aaeae07107bbbe24f63f5e38766e951d0e19be87 (patch) | |
| tree | d430cccb4cd722450014e14c840718a6bf346cac /config/polybar/colorblocks/modules.ini | |
| parent | 5eff60f2fcd766c8118a1e4f077e575c28ac79e0 (diff) | |
feat(i3/polybar): support of mpd
Diffstat (limited to 'config/polybar/colorblocks/modules.ini')
| -rw-r--r-- | config/polybar/colorblocks/modules.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/polybar/colorblocks/modules.ini b/config/polybar/colorblocks/modules.ini index d1c9ade..f6b1382 100644 --- a/config/polybar/colorblocks/modules.ini +++ b/config/polybar/colorblocks/modules.ini @@ -677,9 +677,9 @@ type = internal/mpd ; Host where mpd is running (either ip or domain name) ; Can also be the full path to a unix socket where mpd is running. -;;host = 127.0.0.1 -;;port = 6600 -;;password = mysecretpassword +host = 127.0.0.1 +port = 6600 +password = ; Seconds to sleep between progressbar/song timer sync ; Default: 1 |
