forked from Shinonome/dots-hyprland
update default quick toggles
This commit is contained in:
@@ -402,12 +402,12 @@ Singleton {
|
|||||||
property JsonObject android: JsonObject {
|
property JsonObject android: JsonObject {
|
||||||
property int columns: 5
|
property int columns: 5
|
||||||
property list<var> toggles: [
|
property list<var> toggles: [
|
||||||
{ type: "network", size: 2 },
|
{ "size": 2, "type": "network" },
|
||||||
{ type: "bluetooth", size: 2 },
|
{ "size": 2, "type": "bluetooth" },
|
||||||
{ type: "idleInhibitor", size: 1 },
|
{ "size": 1, "type": "idleInhibitor" },
|
||||||
{ type: "easyEffects", size: 1 },
|
{ "size": 1, "type": "mic" },
|
||||||
{ type: "nightLight", size: 2 },
|
{ "size": 2, "type": "audio" },
|
||||||
{ type: "darkMode", size: 2 }
|
{ "size": 2, "type": "nightLight" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user