From 3767542bac3829db865da57d68f39f5436dd1fb4 Mon Sep 17 00:00:00 2001 From: _xB <65196493+xBiei@users.noreply.github.com> Date: Thu, 12 Jun 2025 13:51:48 +0300 Subject: [PATCH] bar: re-add color picker button config --- .config/quickshell/modules/common/ConfigOptions.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 842fe66ce..8eded0387 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -40,7 +40,7 @@ Singleton { property bool showMicToggle: true property bool showKeyboardToggle: true property bool showScreenSnip: true - // property bool showColorPicker: true + property bool showColorPicker: true } property QtObject workspaces: QtObject { property int shown: 10