Skip to content

gnmancini/who

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

who else is logged in.

This small program checks if there is a different user than the one logged and shows a popup message.

Requirements

  • Python3.8.
  • Ubuntu desktop version.

Installation:

  1. cd ~
  2. git clone https://github.com/gnmancini/who.git
  3. cd who
  4. mkdir -p ~/.config/systemd/user/
  5. cp ~/who/who.service ~/.config/systemd/user/
  6. sed -i 's|username|'$USERNAME'|g' ~/.config/systemd/user/who.service
  7. systemctl --user daemon-reload
  8. systemctl --user start who.service
  9. systemctl --user status who.service

Important:

Use this program at your own risk. This is just a test.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages