diff --git a/.config/quickshell/modules/common/widgets/StyledSpinBox.qml b/.config/quickshell/modules/common/widgets/StyledSpinBox.qml index 2f5b44677..9dac2544d 100644 --- a/.config/quickshell/modules/common/widgets/StyledSpinBox.qml +++ b/.config/quickshell/modules/common/widgets/StyledSpinBox.qml @@ -26,7 +26,7 @@ SpinBox { StyledTextInput { id: labelText anchors.centerIn: parent - text: root.displayText + text: root.value // displayText would make the numbers weird like 1,000 instead of 1000 color: Appearance.colors.colOnLayer2 font.pixelSize: Appearance.font.pixelSize.small validator: root.validator