diff --git a/.config/quickshell/ii/modules/common/Config.qml b/.config/quickshell/ii/modules/common/Config.qml index c8a8bc78a..8ce2d0c06 100644 --- a/.config/quickshell/ii/modules/common/Config.qml +++ b/.config/quickshell/ii/modules/common/Config.qml @@ -174,7 +174,10 @@ Singleton { property bool showAppIcons: true property bool alwaysShowNumbers: false property int showNumberDelay: 300 // milliseconds - property list numberMapping: [] + property var numberMapping: { + "1": "1", + "2": "2" + } } property JsonObject weather: JsonObject { property bool enable: false