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 | |
| parent | 5eff60f2fcd766c8118a1e4f077e575c28ac79e0 (diff) | |
feat(i3/polybar): support of mpd
| -rw-r--r-- | config/i3/config | 1 | ||||
| -rw-r--r-- | config/polybar/colorblocks/config.ini | 4 | ||||
| -rw-r--r-- | config/polybar/colorblocks/modules.ini | 6 |
3 files changed, 6 insertions, 5 deletions
diff --git a/config/i3/config b/config/i3/config index 48b2fe7..90664f3 100644 --- a/config/i3/config +++ b/config/i3/config @@ -285,6 +285,7 @@ assign [class="Vivaldi-stable"] $ws3 assign [class="discord"] $ws4 assign [class="Spotify"] $ws10 assign [class="spotify"] $ws10 +assign [class="Ymuse"] $ws10 assign [class="jetbrains-phpstorm"] $ws1 assign [class="jetbrains-goland"] $ws1 assign [class="jetbrains-idea"] $ws1 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 |
