From 991abd4c1cbb2e3fef02cb6926a1fe6c6938f8d3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:03:15 +0200 Subject: [PATCH] update default quick toggles --- dots/.config/quickshell/ii/modules/common/Config.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 9f8fb6360..44b262b96 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -402,12 +402,12 @@ Singleton { property JsonObject android: JsonObject { property int columns: 5 property list toggles: [ - { type: "network", size: 2 }, - { type: "bluetooth", size: 2 }, - { type: "idleInhibitor", size: 1 }, - { type: "easyEffects", size: 1 }, - { type: "nightLight", size: 2 }, - { type: "darkMode", size: 2 } + { "size": 2, "type": "network" }, + { "size": 2, "type": "bluetooth" }, + { "size": 1, "type": "idleInhibitor" }, + { "size": 1, "type": "mic" }, + { "size": 2, "type": "audio" }, + { "size": 2, "type": "nightLight" } ] } }