forked from Shinonome/dots-hyprland
chore: use var instead of list
This commit is contained in:
@@ -174,7 +174,10 @@ Singleton {
|
||||
property bool showAppIcons: true
|
||||
property bool alwaysShowNumbers: false
|
||||
property int showNumberDelay: 300 // milliseconds
|
||||
property list<string> numberMapping: []
|
||||
property var numberMapping: {
|
||||
"1": "1",
|
||||
"2": "2"
|
||||
}
|
||||
}
|
||||
property JsonObject weather: JsonObject {
|
||||
property bool enable: false
|
||||
|
||||
Reference in New Issue
Block a user