forked from Shinonome/dots-hyprland
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