Make tray background a configurable color
This commit is contained in:
@ -5885,6 +5885,9 @@ media-playing-background = ${self.green}
|
|||||||
media-playing-underline = ${self.background}
|
media-playing-underline = ${self.background}
|
||||||
media-playing-overline = ${self.background}
|
media-playing-overline = ${self.background}
|
||||||
|
|
||||||
|
; center
|
||||||
|
tray-background = ${self.background}
|
||||||
|
|
||||||
; right
|
; right
|
||||||
kernel-foreground = ${self.background}
|
kernel-foreground = ${self.background}
|
||||||
kernel-background = ${self.orange}
|
kernel-background = ${self.orange}
|
||||||
@ -6150,7 +6153,7 @@ tray-maxsize = ${sizes.tray-maxsize}
|
|||||||
; ARGB color (e.g. #f00, #ff992a, #ddff1023)
|
; ARGB color (e.g. #f00, #ff992a, #ddff1023)
|
||||||
; By default the tray container will use the bar
|
; By default the tray container will use the bar
|
||||||
; background color.
|
; background color.
|
||||||
tray-background = ${colors.background}
|
tray-background = ${colors.tray-background}
|
||||||
|
|
||||||
; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
||||||
tray-offset-x = 0
|
tray-offset-x = 0
|
||||||
|
@ -70,6 +70,9 @@ media-playing-background = ${self.green}
|
|||||||
media-playing-underline = ${self.background}
|
media-playing-underline = ${self.background}
|
||||||
media-playing-overline = ${self.background}
|
media-playing-overline = ${self.background}
|
||||||
|
|
||||||
|
; center
|
||||||
|
tray-background = ${self.background}
|
||||||
|
|
||||||
; right
|
; right
|
||||||
kernel-foreground = ${self.background}
|
kernel-foreground = ${self.background}
|
||||||
kernel-background = ${self.orange}
|
kernel-background = ${self.orange}
|
||||||
@ -312,7 +315,7 @@ tray-maxsize = ${sizes.tray-maxsize}
|
|||||||
; ARGB color (e.g. #f00, #ff992a, #ddff1023)
|
; ARGB color (e.g. #f00, #ff992a, #ddff1023)
|
||||||
; By default the tray container will use the bar
|
; By default the tray container will use the bar
|
||||||
; background color.
|
; background color.
|
||||||
tray-background = ${colors.background}
|
tray-background = ${colors.tray-background}
|
||||||
|
|
||||||
; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
; Tray offset defined as pixel value (e.g. 35) or percentage (e.g. 50%)
|
||||||
tray-offset-x = 0
|
tray-offset-x = 0
|
||||||
|
Reference in New Issue
Block a user