From 62909dedfab203a4ec2c1740d1c028fb10dcb458 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 13 Jun 2025 22:52:18 +0200 Subject: [PATCH] configoptions: bar: empty screen list by default --- .config/quickshell/modules/common/ConfigOptions.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/quickshell/modules/common/ConfigOptions.qml b/.config/quickshell/modules/common/ConfigOptions.qml index 527412737..e5bd45413 100644 --- a/.config/quickshell/modules/common/ConfigOptions.qml +++ b/.config/quickshell/modules/common/ConfigOptions.qml @@ -45,10 +45,7 @@ Singleton { property bool alwaysShowSwap: true property bool alwaysShowCpu: false } - property list screensList: [ - "HDMI-A-1", - "DP-1" - ] + property list screensList: [] // List of names, like "eDP-1", find out with 'hyprctl monitors' command property QtObject utilButtons: QtObject { property bool showScreenSnip: true property bool showColorPicker: false