configoptions: bar: empty screen list by default

This commit is contained in:
end-4
2025-06-13 22:52:18 +02:00
committed by GitHub
parent 50e69c2fa5
commit 62909dedfa
@@ -45,10 +45,7 @@ Singleton {
property bool alwaysShowSwap: true
property bool alwaysShowCpu: false
}
property list<string> screensList: [
"HDMI-A-1",
"DP-1"
]
property list<string> 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