forked from Shinonome/dots-hyprland
Hug bar round corner transparency
This commit is contained in:
@@ -530,7 +530,6 @@ Scope {
|
|||||||
|
|
||||||
size: Appearance.rounding.screenRounding
|
size: Appearance.rounding.screenRounding
|
||||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||||
opacity: 1.0 - Appearance.transparency
|
|
||||||
|
|
||||||
corner: RoundCorner.CornerEnum.TopLeft
|
corner: RoundCorner.CornerEnum.TopLeft
|
||||||
states: State {
|
states: State {
|
||||||
@@ -550,7 +549,6 @@ Scope {
|
|||||||
}
|
}
|
||||||
size: Appearance.rounding.screenRounding
|
size: Appearance.rounding.screenRounding
|
||||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||||
opacity: 1.0 - Appearance.transparency
|
|
||||||
|
|
||||||
corner: RoundCorner.CornerEnum.TopRight
|
corner: RoundCorner.CornerEnum.TopRight
|
||||||
states: State {
|
states: State {
|
||||||
|
|||||||
Reference in New Issue
Block a user