mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Hug bar round corner transparency
This commit is contained in:
parent
b958c0ad6c
commit
f2831c2b88
1 changed files with 0 additions and 2 deletions
|
|
@ -530,7 +530,6 @@ Scope {
|
|||
|
||||
size: Appearance.rounding.screenRounding
|
||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||
opacity: 1.0 - Appearance.transparency
|
||||
|
||||
corner: RoundCorner.CornerEnum.TopLeft
|
||||
states: State {
|
||||
|
|
@ -550,7 +549,6 @@ Scope {
|
|||
}
|
||||
size: Appearance.rounding.screenRounding
|
||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||
opacity: 1.0 - Appearance.transparency
|
||||
|
||||
corner: RoundCorner.CornerEnum.TopRight
|
||||
states: State {
|
||||
|
|
|
|||
Loading…
Reference in a new issue