37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
|
|
{
|
||
|
|
"label" : "lock",
|
||
|
|
"action" : "swaylock --screenshots --clock --indicator --indicator-radius 120 --indicator-thickness 10 --ignore-empty-password --effect-blur 7x5 --effect-vignette 0.5:0.5 --fade-in 0.3 --ring-color 8bd5ca --key-hl-color 91d7e3 --text-color cad3f5 --line-color 00000000 --inside-color 24273a88 --separator-color 00000000 --ring-ver-color 8aadf4 --inside-ver-color 24273a88 --ring-wrong-color ed8796 --inside-wrong-color 24273a88 --text-wrong-color ed8796 --bs-hl-color ed8796 --effect-compose '50%,25%;150x150;center;/home/crimsen/Bilder/wallpaper/logo.png'",
|
||
|
|
"text" : "Lock",
|
||
|
|
"keybind" : "l"
|
||
|
|
}
|
||
|
|
{
|
||
|
|
"label" : "logout",
|
||
|
|
"action" : "loginctl terminate-user $USER",
|
||
|
|
"text" : "Logout",
|
||
|
|
"keybind" : "e"
|
||
|
|
}
|
||
|
|
{
|
||
|
|
"label" : "shutdown",
|
||
|
|
"action" : "systemctl poweroff",
|
||
|
|
"text" : "Shutdown",
|
||
|
|
"keybind" : "s"
|
||
|
|
}
|
||
|
|
{
|
||
|
|
"label" : "suspend",
|
||
|
|
"action" : "systemctl suspend",
|
||
|
|
"text" : "Suspend",
|
||
|
|
"keybind" : "u"
|
||
|
|
}
|
||
|
|
{
|
||
|
|
"label" : "reboot",
|
||
|
|
"action" : "systemctl reboot",
|
||
|
|
"text" : "Reboot",
|
||
|
|
"keybind" : "r"
|
||
|
|
}
|
||
|
|
{
|
||
|
|
"label" : "hibernate",
|
||
|
|
"action" : "systemctl hibernate",
|
||
|
|
"text" : "Hibernate",
|
||
|
|
"keybind" : "h"
|
||
|
|
}
|