forked from Shinonome/dots-hyprland
no more % on indicators
This commit is contained in:
@@ -38,7 +38,7 @@ Rectangle {
|
|||||||
StyledText {
|
StyledText {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
color: Appearance.colors.colOnLayer1
|
color: Appearance.colors.colOnLayer1
|
||||||
text: `${Math.round(percentage * 100)}%`
|
text: `${Math.round(percentage * 100)}`
|
||||||
}
|
}
|
||||||
|
|
||||||
CircularProgress {
|
CircularProgress {
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Item {
|
|||||||
StyledText {
|
StyledText {
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
color: Appearance.colors.colOnLayer1
|
color: Appearance.colors.colOnLayer1
|
||||||
text: `${Math.round(percentage * 100)}%`
|
text: `${Math.round(percentage * 100)}`
|
||||||
}
|
}
|
||||||
|
|
||||||
Behavior on x {
|
Behavior on x {
|
||||||
|
|||||||
Reference in New Issue
Block a user