mpd colors - polybar
This commit is contained in:
@ -95,10 +95,10 @@ offset-y = 3
|
|||||||
radius = 0.0
|
radius = 0.0
|
||||||
fixed-center = false
|
fixed-center = false
|
||||||
;separator=
|
;separator=
|
||||||
; background = ${colors.background}
|
background = ${colors.background}
|
||||||
; #00000000
|
; #00000000
|
||||||
;${colors.background}
|
;${colors.background}
|
||||||
; foreground = ${colors.background}
|
foreground = ${colors.background}
|
||||||
bottom=true
|
bottom=true
|
||||||
line-size = 0
|
line-size = 0
|
||||||
line-color = #f00
|
line-color = #f00
|
||||||
@ -312,12 +312,16 @@ type = internal/mpd
|
|||||||
format-online = <label-song> <icon-prev> <icon-stop> <icon-next>
|
format-online = <label-song> <icon-prev> <icon-stop> <icon-next>
|
||||||
|
|
||||||
|
|
||||||
label-online-background = ${colors.primary}
|
label-online-background = ${colors.foreground}
|
||||||
|
|
||||||
toggle-on-foreground = ${colors.background}
|
toggle-on-foreground = ${colors.foreground}
|
||||||
toggle-off-foreground = ${colors.background}
|
toggle-off-foreground = ${colors.foreground}
|
||||||
|
|
||||||
background = ${colors.background}
|
format-online-background = ${colors.primary}
|
||||||
|
format-offline-background = ${colors.primary}
|
||||||
|
|
||||||
|
format-online-foreground = ${colors.foreground}
|
||||||
|
format-offline-foreground = ${colors.foreground}
|
||||||
|
|
||||||
icon-play = a
|
icon-play = a
|
||||||
icon-pause = p
|
icon-pause = p
|
||||||
@ -532,7 +536,7 @@ format-discharging-background = ${colors.primary}
|
|||||||
|
|
||||||
format-full-prefix = " : "
|
format-full-prefix = " : "
|
||||||
format-full-prefix-foreground = ${colors.background}
|
format-full-prefix-foreground = ${colors.background}
|
||||||
format-full-background = ${colors.background}
|
format-full-background = ${colors.primary}
|
||||||
;format-full-underline = ${self.format-charging-underline}
|
;format-full-underline = ${self.format-charging-underline}
|
||||||
label-charging-passing =1
|
label-charging-passing =1
|
||||||
label-discharging-padding =1
|
label-discharging-padding =1
|
||||||
|
Reference in New Issue
Block a user