/loggerouter/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerouter/trunk
8 by Gustav Hartvigsson
Added config.ini and actions.ini.
1
[Lock]
2
Text=Lock Session
3
Exec=/home/gego/bin/my-lock.sh
4
Icon=system-lock-screen-symbolic
5
Timeout=0
6
7
[Logout]
8
Text=Logout Session
9
Exec=swaymsg exit
10
Icon=system-log-out-symbolic
11
12
[poweroff]
13
Text=Turn off computer
14
Exec=systemctl poweroff
15
Icon=system-shutdown-symbolic
16
Timeout=30
17
18
[Reboot]
19
Text=Reboot computer
20
Exec=systemctl reboot
21
Icon=system-reboot-symbolic
22
Timeout=30
23
24