feat(i3/polybar): support of mpd
This commit is contained in:
parent
5eff60f2fc
commit
aaeae07107
3 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue