-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
40 lines (29 loc) · 1.06 KB
/
README
File metadata and controls
40 lines (29 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
usermon - User Monitor
Copyright 2003-2021 Fabrice Colin <fabrice dot colin at gmail dot com>
https://github.com/FabriceColin/usermon
This is a plugin for the Xfce panel, version 4.12 or higher.
It displays at all times how many users are currently logged in,
issues a desktop notification when a user logs in and subsequently
when one logs out.
Requirements
============
libxfce4ui-2 >= 4.12.0
libxfce4panel-2.0 >= 4.12.0
libnotify >= 0.7.0
a session management system (or display manager) that updates utmp
Settings
========
Critical Number of Users sets the threshold starting at which
critical notifications are shown.
Alarm Period (in seconds) defines how often usermon should check
utmp for new users.
Acknowledgements
================
Version 1.4.0 was mostly developed on a PowerBook5,4 running the
excellent Void Linux PPC.
History
=======
The current usermon is a Xfce port of a previous version targeting
Jonas Aaberg's General Applet Interface library [1], developed in
2003 and 2005 and never subsequently published.
[1] https://gai.sourceforge.net/library.html