~doctormo/lab-session-manager/stable

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
logs: /var/log/sessions/
limit_by_group:
 admin: ''
 users: 01:00:00
testing: false
warnings:
 - message: Welcome!
   description: You have %(remains)d minutes in your session.
   icon: application-community
   from: session-start
   times: [ '00:01' ]
 - message: Session Running Out
   description: Your session is about to end automatically, please save all your work. %(time)d minutes remaining.
   icon: gtk-quit
   from: session-end
   times: ['10:00', '05:00', '01:00']
 - message: This place is closing in %(time)d minutes
   description: Your session will end when the place closes, please save all your work.
   icon: gnome-session-halt
   from: '22:12:00'
   times: [ '20:00', '15:00', '10:00', '05:00' ]