forked from Shinonome/dots-hyprland
bar: screensList -> screenList
This commit is contained in:
@@ -29,7 +29,7 @@ Scope {
|
||||
Variants { // For each monitor
|
||||
model: {
|
||||
const screens = Quickshell.screens;
|
||||
const list = ConfigOptions.bar.screensList;
|
||||
const list = ConfigOptions.bar.screenList;
|
||||
if (!list || list.length === 0)
|
||||
return screens;
|
||||
return screens.filter(screen => list.includes(screen.name));
|
||||
|
||||
Reference in New Issue
Block a user