mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
feat: swaync notifications module
Adds a new module which connects to SwayNC to display information from the notifications deamon. Resolves #7
This commit is contained in:
parent
660dc81e7d
commit
7742a46578
15 changed files with 592 additions and 3 deletions
|
@ -92,4 +92,13 @@ end:
|
|||
label: 'Uptime: {{30000:uptime -p | cut -d '' '' -f2-}}'
|
||||
tooltip: 'Up: {{30000:uptime -p | cut -d '' '' -f2-}}'
|
||||
- type: clock
|
||||
- type: notifications
|
||||
show_count: true
|
||||
icons:
|
||||
closed_none:
|
||||
closed_some:
|
||||
closed_dnd:
|
||||
open_none:
|
||||
open_some:
|
||||
open_dnd:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue