- 02 Jan, 2026 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
Instead of getting the first/last notification in the AnimatedList, we get the first/last non-destroyed item
-
- 29 Dec, 2025 1 commit
-
-
Erik Reider authored
* Remove unneeded code + DBus methods that should be internal * Moved CC and NotiDaemon out of SwayncDaemon * Moved NotificationCloseButton into its own file * De-singletonified the NotificationWindow Widget * Fixed formatting * Hide the C compilers warnings when compiling * Revamped and vastly simplified notification removal logic * Redirect stdout to /dev/null in uncrustify GitHub Action Makes it easier to know what files fail without needing to search the output logs * Changed enum NotificationType POPUP -> FLOATING
-
- 25 Dec, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
Caused when the notification windows input region is set right after a notification has been removed, before the AnimatedLists size-allocation has been re-computed. Can be reproduced by running this command in sway: `notify-send "test 1" -u critical; notify-send "test 2" -t 2000; sleep 1; swaymsg "output * power off"; notify-send "test 3" -t 500; sleep 3; swaymsg "output * power on"`
-
- 23 Dec, 2025 1 commit
-
-
NewbieSaibot authored
-
- 21 Nov, 2025 1 commit
-
-
0rteip authored
-
- 11 Nov, 2025 1 commit
-
-
Erik Reider authored
* Moved ExpanableGroup into its own file * Noti Group: Cull non-visible notifications + don't calc transforms every frame Makes sure that only visible notifications are allocated and rendered. Also moves the transforms on size-allocate instead of every frame. Should improve performance. :) * Fixed expandable group not re-allocating on scroll * Fixed floating notifications warning on first map
-
- 05 Nov, 2025 1 commit
-
-
Erik Reider authored
-
- 28 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 18 Oct, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
- 17 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 15 Oct, 2025 1 commit
-
-
Erik Reider authored
-
- 13 Oct, 2025 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
- 12 Oct, 2025 5 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
* Updated uncrustify config * Added uncrustify GitHub Action * Formatted all vala files * Updated vala-lint config
-
- 11 Oct, 2025 2 commits
-
-
Erik Reider authored
-
Erik Reider authored
* Initial Action matching class for config added * Added filtering logic * Added documentation * Handle config serialization for notification-action-filter
-
- 10 Oct, 2025 1 commit
-
-
Erik Reider authored
* Fixed Notification widgets not being disposed of properly * Fix notifications loading in whole image size instead of scaling it down * Fixed floating Notifications not being fully destroyed for quick notifications
-
- 07 Oct, 2025 3 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
JS Deck authored
Queue close from windows animation callback instead of calling it directly; fix null pointer (double cleanup) in certain scenarios (#649)
-
- 25 Sep, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
Lennart CM authored
* update the config.json to be in sync with latest swaync(5) page Fixes: #641 * set cssPriority to 'user' The swaync(5) manpage must be changed as well, since it currently says "application" is the default value.
-
- 20 Sep, 2025 1 commit
-
-
Samyak Jain authored
In waybar formatting, adding "{}" only works when adding it before the icon. It breaks when adding it after the icon. This change fixes the snippet in our README, so that if someone copies our snippet, it will be easier to make changes.
-
- 26 Aug, 2025 4 commits
-
-
Erik Reider authored
-
Erik Reider authored
-
Erik Reider authored
-
kitkat authored
* Search by process name when icon is missing * fix formatting * fix linting errors
-