From da8a8aec4ed07231d403b366929c1ad9ff60be55 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:35:31 +0200 Subject: [PATCH] adjust default util button visibility --- .config/quickshell/modules/common/ConfigOptions.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 18d3b5874..339ed1509 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -46,10 +46,10 @@ Singleton { property bool alwaysShowCpu: false } property QtObject utilButtons: QtObject { - property bool showMicToggle: true - property bool showKeyboardToggle: true property bool showScreenSnip: true - property bool showColorPicker: true + property bool showColorPicker: false + property bool showMicToggle: false + property bool showKeyboardToggle: true } property QtObject workspaces: QtObject { property int shown: 10