diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 11526c81b..38e47dd6b 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -135,8 +135,7 @@ Singleton { property bool useFnSymbol: false property JsonObject pixelSize: JsonObject { property int key: Appearance.font.pixelSize.smaller - property int comment: Appareance.font.pixelSize.smaller - } + property int comment: Appearance.font.pixelSize.smaller } } }