mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 10:07:30 -05:00
bar: make battery indicator more aligned
This commit is contained in:
@@ -30,7 +30,11 @@ MouseArea {
|
|||||||
height: batteryProgress.valueBarHeight
|
height: batteryProgress.valueBarHeight
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.centerIn: parent
|
anchors {
|
||||||
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
bottom: parent.bottom
|
||||||
|
bottomMargin: (parent.height - height) / 2
|
||||||
|
}
|
||||||
spacing: 0
|
spacing: 0
|
||||||
|
|
||||||
MaterialSymbol {
|
MaterialSymbol {
|
||||||
|
|||||||
Reference in New Issue
Block a user