Bar widgets: fixed bg colors when used with showCapsule=false
This commit is contained in:
parent
cdca7c1d83
commit
3a6bf8d299
10 changed files with 12 additions and 10 deletions
|
|
@ -53,7 +53,7 @@ NIconButton {
|
|||
compact: (Settings.data.bar.density === "compact")
|
||||
icon: Settings.data.notifications.doNotDisturb ? "bell-off" : "bell"
|
||||
tooltipText: Settings.data.notifications.doNotDisturb ? "Notification history.\nRight-click to disable 'Do Not Disturb'." : "Notification history.\nRight-click to enable 'Do Not Disturb'."
|
||||
colorBg: Color.mSurfaceVariant
|
||||
colorBg: (Settings.data.bar.showCapsule ? Color.mSurfaceVariant : Color.transparent)
|
||||
colorFg: Color.mOnSurface
|
||||
colorBorder: Color.transparent
|
||||
colorBorderHover: Color.transparent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue