buttons background color fix if transparent bar

Former-commit-id: e513c2cb44
This commit is contained in:
Hadi
2024-10-15 19:53:20 +02:00
parent 3a66e81390
commit abca34497f

View File

@@ -206,7 +206,8 @@ in {
"theme.bar.buttons.monochrome": true,
"theme.bar.buttons.text": "${foreground}",
"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.notifications.background": "${background-alt}",