-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpylogout.conf
More file actions
45 lines (40 loc) · 1.07 KB
/
pylogout.conf
File metadata and controls
45 lines (40 loc) · 1.07 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
40
41
42
43
44
45
[commands]
shutdown = "systemctl poweroff"
restart = "systemctl reboot"
suspend = "systemctl suspend"
hibernate = "systemctl hibernate"
safesuspend = "safesuspend"
lock = "light-locker-command --lock"
switch = "dm-tool switch-to-greeter"
logout = "xfce4-session-logout --logout"
[theme]
background = "fondo/black-wallpaper-7.jpg"
highlight_color = "#7dcfff"
shutdown_icon = "botones/shutdown.png"
restart_icon = "botones/restart.png"
logout_icon = "botones/logout.png"
hibernate_icon = "botones/hibernate.png"
cancel_icon = "botones/cancel.png"
lock_icon = "botones/lock.png"
suspend_icon = "botones/suspend.png"
switch_icon = "botones/switch.png"
[shortcuts]
shutdown = "A"
restart = "R"
logout = "C"
hibernate = "H"
suspend = "S"
lock = "B"
switch = "U"
cancel = "Escape"
[labels]
shutdown = "Apagar"
restart = "Reiniciar"
logout = "Cerrar Sesión"
hibernate = "Hibernar"
suspend = "Suspender"
lock = "Bloquear"
switch = "Cambiar Usuario"
cancel = "Cancelar"
[layout]
buttons = ["shutdown", "restart", "logout", "hibernate", "cancel"]