mpd
This commit is contained in:
@ -95,10 +95,10 @@ offset-y = 3
|
||||
radius = 0.0
|
||||
fixed-center = false
|
||||
;separator=
|
||||
background = ${colors.background}
|
||||
; background = ${colors.background}
|
||||
; #00000000
|
||||
;${colors.background}
|
||||
foreground = ${colors.background}
|
||||
; foreground = ${colors.background}
|
||||
bottom=true
|
||||
line-size = 0
|
||||
line-color = #f00
|
||||
@ -309,13 +309,22 @@ label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
||||
|
||||
[module/mpd]
|
||||
type = internal/mpd
|
||||
format-online = <label-song> <icon-prev> <icon-stop> <toggle> <icon-next>
|
||||
format-online = <label-song> <icon-prev> <icon-stop> <icon-next>
|
||||
|
||||
|
||||
label-online-background = ${colors.primary}
|
||||
|
||||
toggle-on-foreground = ${colors.background}
|
||||
toggle-off-foreground = ${colors.background}
|
||||
|
||||
background = ${colors.background}
|
||||
|
||||
icon-play = a
|
||||
icon-pause = p
|
||||
icon-stop = s
|
||||
icon-prev = <
|
||||
icon-next = >
|
||||
|
||||
icon-prev = a
|
||||
icon-stop = b
|
||||
icon-play = c
|
||||
icon-pause = d
|
||||
icon-next = e
|
||||
|
||||
label-song-maxlen = 25
|
||||
label-song-ellipsis = true
|
||||
|
Reference in New Issue
Block a user