MalpenZibo / ashell

A ready to go Wayland status bar for Hyprland
MIT License
51 stars 5 forks source link

Multi monitor support #4

Open nonetrix opened 2 months ago

nonetrix commented 2 months ago

As it is currently, it seems ashell will just spawn on whatever monitor is focused. Would be great if multiple monitor support was added, also I like to use a extension to give each monitor their own workspaces like DWM and that might need some work https://github.com/Duckonaut/split-monitor-workspaces

nonetrix commented 2 months ago

Also a --help flag would be nice, sorry for making so many issues just found a lot that I think should be added

MalpenZibo commented 2 months ago

This feature would be a very nice addition. Still, right now it isn't easy to implement because https://github.com/MalpenZibo/iced_sctk (that's the library to use the Wayland layer surface protocol from the iced toolkit) doesn't have a way to specify a target monitor. I have wait until the system76 team implements this feature for their cosmic DE.