forked from Shinonome/dots-hyprland
configoptions: bar: empty screen list by default
This commit is contained in:
@@ -45,10 +45,7 @@ Singleton {
|
|||||||
property bool alwaysShowSwap: true
|
property bool alwaysShowSwap: true
|
||||||
property bool alwaysShowCpu: false
|
property bool alwaysShowCpu: false
|
||||||
}
|
}
|
||||||
property list<string> screensList: [
|
property list<string> screensList: [] // List of names, like "eDP-1", find out with 'hyprctl monitors' command
|
||||||
"HDMI-A-1",
|
|
||||||
"DP-1"
|
|
||||||
]
|
|
||||||
property QtObject utilButtons: QtObject {
|
property QtObject utilButtons: QtObject {
|
||||||
property bool showScreenSnip: true
|
property bool showScreenSnip: true
|
||||||
property bool showColorPicker: false
|
property bool showColorPicker: false
|
||||||
|
|||||||
Reference in New Issue
Block a user