mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 14:51:04 +02:00
feat: add .urgent
workspace css class
This commit is contained in:
parent
32e6fc5dc2
commit
afe534ccd9
6 changed files with 80 additions and 9 deletions
|
@ -135,6 +135,12 @@ pub enum WorkspaceUpdate {
|
|||
name: String,
|
||||
},
|
||||
|
||||
/// The urgent state of a node changed.
|
||||
Urgent {
|
||||
id: i64,
|
||||
urgent: bool,
|
||||
},
|
||||
|
||||
/// An update was triggered by the compositor but this was not mapped by Ironbar.
|
||||
///
|
||||
/// This is purely used for ergonomics within the compositor clients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue