You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CLI control via Unix Sockets, see wired --help. (#6)
Added history functionality, controllable by the above. Also see the history_length config option.
Added %i formatting flag, which will be replaced by the notifications id. More information on wired markup stuff here
Added print_to_file config option, which tells wired to write some formatted notifications to a file, for scripting purposes.
Added idle_threshold config option, which will pause notifications when user has been idle for longer than idle_threshold seconds. Notifications will not automatically be unpaused on wake, and need to be manually cleared. Let me know if you think this should be different. (#12)
Added RenderCriteria::Progress to use with render criteria.
Added Nix Flake (thanks @Steav005).
Added replacing_resets_timeout config option, which resets a notification's timer when it is replaced. (thanks @Steav005)
Fixed a panic when nothing other than NotificationBlock was set.