diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 06e9850d8..46298d584 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -401,10 +401,10 @@ Singleton { 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 } + { type: "idleInhibitor", size: 1 }, + { type: "easyEffects", size: 1 }, + { type: "nightLight", size: 2 }, + { type: "darkMode", size: 2 } ] } }