config/eww ahrc-laptop : fix notifications
This commit is contained in:
parent
2253608753
commit
7fb809f425
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(deflisten notifications
|
(deflisten notifications
|
||||||
:initial '{}'
|
:initial '{"count":0}'
|
||||||
"swaync-client --subscribe"
|
"swaync-client --subscribe"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@
|
||||||
: notifications.count > 0
|
: notifications.count > 0
|
||||||
? notifications-icon["new"]
|
? notifications-icon["new"]
|
||||||
: notifications-icon["nothing"]
|
: notifications-icon["nothing"]
|
||||||
} ${notifications.count}"
|
} ${notifications.count}"
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue