buttons background color fix if transparent bar

This commit is contained in:
Hadi 2024-10-15 19:53:20 +02:00
parent f36410f05f
commit e513c2cb44

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}",