feat(i3/polybar): support of mpd

This commit is contained in:
Anhgelus Morhtuuzh 2023-07-27 16:27:03 +02:00
parent 5eff60f2fc
commit aaeae07107
No known key found for this signature in database
GPG key ID: 7765EC9C8383805F
3 changed files with 6 additions and 5 deletions

View file

@ -285,6 +285,7 @@ assign [class="Vivaldi-stable"] $ws3
assign [class="discord"] $ws4 assign [class="discord"] $ws4
assign [class="Spotify"] $ws10 assign [class="Spotify"] $ws10
assign [class="spotify"] $ws10 assign [class="spotify"] $ws10
assign [class="Ymuse"] $ws10
assign [class="jetbrains-phpstorm"] $ws1 assign [class="jetbrains-phpstorm"] $ws1
assign [class="jetbrains-goland"] $ws1 assign [class="jetbrains-goland"] $ws1
assign [class="jetbrains-idea"] $ws1 assign [class="jetbrains-idea"] $ws1

View file

@ -138,8 +138,8 @@ font-1 = "Iosevka Nerd Font:pixelsize=13;4"
; modules-center = xwindow xbacklight ; modules-center = xwindow xbacklight
; modules-right = ipc clock ; modules-right = ipc clock
modules-left = workspaces modules-left = workspaces
modules-center = modules-center = mpd
modules-right = cpu memory alsa eth date modules-right = cpu memory alsa eth date
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_ ;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_

View file

@ -677,9 +677,9 @@ type = internal/mpd
; Host where mpd is running (either ip or domain name) ; Host where mpd is running (either ip or domain name)
; Can also be the full path to a unix socket where mpd is running. ; Can also be the full path to a unix socket where mpd is running.
;;host = 127.0.0.1 host = 127.0.0.1
;;port = 6600 port = 6600
;;password = mysecretpassword password =
; Seconds to sleep between progressbar/song timer sync ; Seconds to sleep between progressbar/song timer sync
; Default: 1 ; Default: 1