This small program checks if there is a different user than the one logged and shows a popup message.
- Python3.8.
- Ubuntu desktop version.
- cd ~
- git clone https://github.com/gnmancini/who.git
- cd who
- mkdir -p ~/.config/systemd/user/
- cp ~/who/who.service ~/.config/systemd/user/
- sed -i 's|username|'$USERNAME'|g' ~/.config/systemd/user/who.service
- systemctl --user daemon-reload
- systemctl --user start who.service
- systemctl --user status who.service
Use this program at your own risk. This is just a test.