mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +02:00
buttons background color fix if transparent bar
Former-commit-id: e513c2cb44
This commit is contained in:
@@ -206,7 +206,8 @@ in {
|
|||||||
"theme.bar.buttons.monochrome": true,
|
"theme.bar.buttons.monochrome": true,
|
||||||
"theme.bar.buttons.text": "${foreground}",
|
"theme.bar.buttons.text": "${foreground}",
|
||||||
"theme.bar.buttons.background": "${
|
"theme.bar.buttons.background": "${
|
||||||
background-alt + (if transparentButtons then "00" else "")
|
(if transparent then background else background-alt)
|
||||||
|
+ (if transparentButtons then "00" else "")
|
||||||
}",
|
}",
|
||||||
"theme.bar.buttons.icon": "${accent}",
|
"theme.bar.buttons.icon": "${accent}",
|
||||||
"theme.bar.buttons.notifications.background": "${background-alt}",
|
"theme.bar.buttons.notifications.background": "${background-alt}",
|
||||||
|
|||||||
Reference in New Issue
Block a user