mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 01:09:26 -05:00
add option to show/hide unread notif count
This commit is contained in:
@@ -198,6 +198,11 @@ Singleton {
|
||||
property bool useUSCS: false // Instead of metric (SI) units
|
||||
property int fetchInterval: 10 // minutes
|
||||
}
|
||||
property JsonObject indicators: JsonObject {
|
||||
property JsonObject notifications: JsonObject {
|
||||
property bool showUnreadCount: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
property JsonObject battery: JsonObject {
|
||||
|
||||
Reference in New Issue
Block a user