Separate tray bg
This commit is contained in:
parent
6e5c7dea0c
commit
5c29635d49
1 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,8 @@
|
||||||
foreground = ${xrdb:color7:#222222}
|
foreground = ${xrdb:color7:#222222}
|
||||||
background = ${xrdb:color0:#111111}
|
background = ${xrdb:color0:#111111}
|
||||||
|
|
||||||
|
tray-bg = #222222
|
||||||
|
|
||||||
icon = #555555
|
icon = #555555
|
||||||
|
|
||||||
good = ${xrdb:color2}
|
good = ${xrdb:color2}
|
||||||
|
@ -71,9 +73,7 @@ modules-right = volume xbacklight xkeyboard temperature filesystem memory cpu ba
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 0
|
tray-padding = 0
|
||||||
; tray-background = #00000000
|
tray-background = ${colors.tray-bg}
|
||||||
; tray-transparent = true
|
|
||||||
; tray-background = ${colors.background}
|
|
||||||
|
|
||||||
wm-restack = bspwm
|
wm-restack = bspwm
|
||||||
|
|
||||||
|
|
Reference in a new issue