Change Notification Systems
Disable Rofication and add another notification system.
Regolith ships with a notification system called Rofication. This system is designed to work in the background and not use pop-ups as a way of alerting the user to a new notification. Rather, a small bar item displays the current number of unread notifications and a dialog can activated to interact with the content of the current notifications. This page describes a way to install an alternative notification system which works in a more traditional, expected way.
We will use dunst as an example but similar steps can be used with pretty much any other notification component.
- Replace
rofication
withdunst
:
$ sudo apt install dunst
$ sudo apt purge regolith-rofication
- Log out and back in.
- Test your notifications with
notify-send test123
. You should see a pop-up fromdunst
.
Feedback
Was this page helpful?
Bonne nouvelle ! N'hésitez pas à nous dire quoi améliorer.
Mince alors ! N'hésitez pas à nous dire quoi améliorer.
Dernière modification May 27, 2020: French translation (#23) (bb78727a)