feat: change shell mode per monitor

Multimonitor improvement
This commit is contained in:
Danilo
2024-08-10 22:32:15 +02:00
parent 92e2224524
commit 273e545e8e
2 changed files with 18 additions and 9 deletions
+1 -2
View File
@@ -101,8 +101,7 @@ export const Bar = async (monitor = 0) => {
'nothing': nothingContent,
},
setup: (self) => self.hook(currentShellMode, (self) => {
self.shown = currentShellMode.value;
self.shown = currentShellMode.value[monitor];
})
}),
});