bar: screensList -> screenList

This commit is contained in:
end-4
2025-06-13 22:54:24 +02:00
committed by GitHub
parent 0b49b73152
commit 0ad9858379
+1 -1
View File
@@ -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));