mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
bar: not repeat 32 (visual group height)
This commit is contained in:
parent
dbd23a6ea4
commit
955a5ba7f2
4 changed files with 3 additions and 4 deletions
|
|
@ -139,7 +139,6 @@ Scope {
|
|||
top: barContent.bottom
|
||||
bottom: undefined
|
||||
}
|
||||
width: parent.width
|
||||
height: Appearance.rounding.screenRounding
|
||||
active: showBarBackground && Config.options.bar.cornerStyle === 0 // Hug
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ MouseArea {
|
|||
readonly property bool isLow: percentage <= Config.options.battery.low / 100
|
||||
|
||||
implicitWidth: rowLayout.implicitWidth + rowLayout.spacing * 2
|
||||
implicitHeight: 32
|
||||
implicitHeight: Appearance.sizes.barGroupHeight
|
||||
|
||||
hoverEnabled: true
|
||||
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ Item {
|
|||
property bool borderless: Config.options.bar.borderless
|
||||
property bool showDate: Config.options.bar.verbose
|
||||
implicitWidth: rowLayout.implicitWidth
|
||||
implicitHeight: 32
|
||||
implicitHeight: Appearance.sizes.barGroupHeight
|
||||
|
||||
RowLayout {
|
||||
id: rowLayout
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Item {
|
|||
property bool borderless: Config.options.bar.borderless
|
||||
property bool alwaysShowAllResources: false
|
||||
implicitWidth: rowLayout.implicitWidth + rowLayout.anchors.leftMargin + rowLayout.anchors.rightMargin
|
||||
implicitHeight: 32
|
||||
implicitHeight: Appearance.sizes.barGroupHeight
|
||||
|
||||
RowLayout {
|
||||
id: rowLayout
|
||||
|
|
|
|||
Loading…
Reference in a new issue