mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-03 11:41:04 +02:00
feat(workspaces): support for toggling showing workspaces for all monitors
This commit is contained in:
parent
a358037d3e
commit
53adaa846c
4 changed files with 62 additions and 22 deletions
|
@ -30,7 +30,8 @@ pub enum ModuleLocation {
|
|||
pub struct ModuleInfo<'a> {
|
||||
pub app: &'a Application,
|
||||
pub location: ModuleLocation,
|
||||
pub bar_position: &'a BarPosition
|
||||
pub bar_position: &'a BarPosition,
|
||||
pub output_name: &'a str
|
||||
}
|
||||
|
||||
pub trait Module<W>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue