mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-26 02:27:30 -05:00
bar: add outline to floating mode
This commit is contained in:
@@ -104,6 +104,8 @@ Scope {
|
|||||||
}
|
}
|
||||||
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
color: showBarBackground ? Appearance.colors.colLayer0 : "transparent"
|
||||||
radius: Config.options.bar.cornerStyle === 1 ? Appearance.rounding.windowRounding : 0
|
radius: Config.options.bar.cornerStyle === 1 ? Appearance.rounding.windowRounding : 0
|
||||||
|
border.width: Config.options.bar.cornerStyle === 1 ? 1 : 0
|
||||||
|
border.color: Appearance.m3colors.m3outlineVariant
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea { // Left side | scroll to change brightness
|
MouseArea { // Left side | scroll to change brightness
|
||||||
|
|||||||
Reference in New Issue
Block a user