forked from Shinonome/dots-hyprland
feat: change shell mode per monitor
Multimonitor improvement
This commit is contained in:
@@ -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];
|
||||
})
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user