mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-09-16 11:46:58 +02:00
feat(workspaces): niri support
Co-authored-by: Jake Stanger <mail@jstanger.dev>
This commit is contained in:
parent
57bfab1dcc
commit
02a8ddabf0
12 changed files with 367 additions and 31 deletions
|
@ -12,6 +12,7 @@ pub enum Identifier {
|
|||
/// Wrapper around a hashmap of workspace buttons,
|
||||
/// which can be found using the workspace ID,
|
||||
/// or their name for favourites.
|
||||
#[derive(Debug)]
|
||||
pub struct ButtonMap {
|
||||
map: HashMap<Identifier, Button>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue