[polybar] Add transparency
And change font for MPD progress to one that renders the bar better
This commit is contained in:
parent
e89975f655
commit
1b5972ac10
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -8,7 +8,7 @@
|
||||||
;=====================================================
|
;=====================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #000
|
background = #ef111111
|
||||||
background-alt = #222
|
background-alt = #222
|
||||||
background-selected = #444
|
background-selected = #444
|
||||||
background-alert = #bd2c40
|
background-alert = #bd2c40
|
||||||
|
@ -50,7 +50,7 @@ font-5 = "Weather Icons:size=10;1"
|
||||||
font-6 = "Bar Material Supplements:pixelsize=14;1"
|
font-6 = "Bar Material Supplements:pixelsize=14;1"
|
||||||
font-7 = "Bar Material Supplements:pixelsize=21;3"
|
font-7 = "Bar Material Supplements:pixelsize=21;3"
|
||||||
; MPD song position
|
; MPD song position
|
||||||
font-8 = "Freemono:size=7;9"
|
font-8 = "Fira Mono:size=7;9"
|
||||||
|
|
||||||
cursor-click = pointer
|
cursor-click = pointer
|
||||||
cursor-scroll = ns-resize
|
cursor-scroll = ns-resize
|
||||||
|
|
Loading…
Reference in a new issue