regolith-rofication icon indicating copy to clipboard operation
regolith-rofication copied to clipboard

Notification system that provides a Rofi front-end

Results 5 regolith-rofication issues
Sort by recently updated
recently updated
newest added

In response to https://github.com/regolith-linux/regolith-desktop/issues/607 I changed rofication-daemon to reverse notification list order (to display the newest notification first) by default. Previous behaviour (oldest notification first) can be restored by setting...

Currently the queue is only saved when the program ends cleanly. But on crash, system reboot, etc, that never happens, and then system comes up with whatever we had on...

In response to https://github.com/regolith-linux/regolith-desktop/issues/355 I wrote an extension to rofication to match notifications and provide a visible notification alongside rofication. I think this is fairly useful, since I find changes...

Before this commit, `rofication/_util.py:Resource` would call the command `/usr/bin/xrescat`. After this commit, only `xrespath` is called, which should use the user's $PATH to determine the location of `xrespath`. This change...