different icon when tracked notifs > 0
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
pragma Singleton
|
||||
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
|
||||
Singleton {
|
||||
id: root
|
||||
|
||||
property alias hasNotifications: adapter.hasNotifications
|
||||
|
||||
JsonObject {
|
||||
id: adapter
|
||||
property bool hasNotifications: false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user