mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
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