Added filters for notifications and system tray items. (#234)

* Added filters for notifications and systray. closes #233

* Add links to documentation.
This commit is contained in:
Jas Singh
2024-09-08 02:01:13 -07:00
committed by GitHub
parent bd573ec4e7
commit 4f91bb8b8f
22 changed files with 630 additions and 174 deletions

View File

@@ -849,7 +849,7 @@ const options = mkOptions(OPTIONS, {
label: opt(true),
},
systray: {
ignore: opt([]),
ignore: opt<string[]>([]),
},
clock: {
icon: opt("󰸗"),
@@ -1068,6 +1068,7 @@ const options = mkOptions(OPTIONS, {
notifications: {
position: opt<NotificationAnchor>("top right"),
ignore: opt<string[]>([]),
displayedTotal: opt(10),
monitor: opt(0),
active_monitor: opt(true),