1
0
Fork 0
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:
Rodrigo Batista de Moraes 2024-09-25 22:38:14 -03:00
parent 32e6fc5dc2
commit afe534ccd9
6 changed files with 80 additions and 9 deletions

View file

@ -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