mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
redo accidentally overwritten corner transparency
This commit is contained in:
parent
eaa56ff555
commit
62e0b7f669
1 changed files with 3 additions and 0 deletions
|
|
@ -456,6 +456,7 @@ Scope {
|
|||
bottom: ConfigOptions.bar.bottom ? barContent.top : undefined
|
||||
}
|
||||
height: Appearance.rounding.screenRounding
|
||||
visible: showBarBackground
|
||||
|
||||
RoundCorner {
|
||||
anchors.top: parent.top
|
||||
|
|
@ -463,6 +464,7 @@ Scope {
|
|||
size: Appearance.rounding.screenRounding
|
||||
corner: ConfigOptions.bar.bottom ? cornerEnum.bottomLeft : cornerEnum.topLeft
|
||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||
opacity: 1.0 - Appearance.transparency
|
||||
}
|
||||
RoundCorner {
|
||||
anchors.top: parent.top
|
||||
|
|
@ -470,6 +472,7 @@ Scope {
|
|||
size: Appearance.rounding.screenRounding
|
||||
corner: ConfigOptions.bar.bottom ? cornerEnum.bottomRight : cornerEnum.topRight
|
||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||
opacity: 1.0 - Appearance.transparency
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue