This commit is contained in:
Zacharias-Brohn
2026-03-13 14:03:40 +01:00
parent b65117e213
commit 37e482a361
5 changed files with 208 additions and 82 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Item {
CustomRect {
anchors.fill: parent
color: Config.barConfig.border === 1 ? "transparent" : DynamicColors.palette.m3surface
color: !root.bar.isHovered && Config.barConfig.autoHide ? "transparent" : DynamicColors.palette.m3surface
layer.enabled: true
layer.effect: MultiEffect {