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 | |
| parent | 5eff60f2fcd766c8118a1e4f077e575c28ac79e0 (diff) | |
feat(i3/polybar): support of mpd
Diffstat (limited to 'config/polybar/colorblocks')
| -rw-r--r-- | config/polybar/colorblocks/config.ini | 4 | ||||
| -rw-r--r-- | config/polybar/colorblocks/modules.ini | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/config/polybar/colorblocks/config.ini b/config/polybar/colorblocks/config.ini index 9257eba..0e7038f 100644 --- a/config/polybar/colorblocks/config.ini +++ b/config/polybar/colorblocks/config.ini @@ -138,8 +138,8 @@ font-1 = "Iosevka Nerd Font:pixelsize=13;4" ; modules-center = xwindow xbacklight ; modules-right = ipc clock -modules-left = workspaces -modules-center = +modules-left = workspaces +modules-center = mpd modules-right = cpu memory alsa eth date ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ 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 |
