forked from Shinonome/dots-hyprland
less unsharpening, make bar resource indicators smaller
This commit is contained in:
@@ -53,7 +53,7 @@ Item {
|
|||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
lineWidth: Appearance.rounding.unsharpen
|
lineWidth: Appearance.rounding.unsharpen
|
||||||
value: activePlayer?.position / activePlayer?.length
|
value: activePlayer?.position / activePlayer?.length
|
||||||
implicitSize: 22
|
implicitSize: 20
|
||||||
colPrimary: Appearance.colors.colOnSecondaryContainer
|
colPrimary: Appearance.colors.colOnSecondaryContainer
|
||||||
enableAnimation: false
|
enableAnimation: false
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ Item {
|
|||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
lineWidth: Appearance.rounding.unsharpen
|
lineWidth: Appearance.rounding.unsharpen
|
||||||
value: percentage
|
value: percentage
|
||||||
implicitSize: 22
|
implicitSize: 20
|
||||||
colPrimary: Appearance.colors.colOnSecondaryContainer
|
colPrimary: Appearance.colors.colOnSecondaryContainer
|
||||||
enableAnimation: false
|
enableAnimation: false
|
||||||
|
|
||||||
|
|||||||
@@ -180,7 +180,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
|
|
||||||
rounding: QtObject {
|
rounding: QtObject {
|
||||||
property int unsharpen: 3
|
property int unsharpen: 2
|
||||||
property int unsharpenmore: 6
|
property int unsharpenmore: 6
|
||||||
property int verysmall: 8
|
property int verysmall: 8
|
||||||
property int small: 12
|
property int small: 12
|
||||||
|
|||||||
Reference in New Issue
Block a user