diff options
Diffstat (limited to 'config/polybar')
| -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 |
