update wlogout config

This commit is contained in:
2022-06-18 16:03:17 +03:00
parent bc71736571
commit 6c03e5b8a6
2 changed files with 26 additions and 19 deletions

View File

@@ -1,24 +1,29 @@
{ {
"label": "lock", "label": "lock",
"action": "$HOME/dotfiles/bin/lock.sh", "action": "$HOME/dotfiles/bin/lock.sh",
"text" : "Lock", "text": "",
"keybind": "l" "keybind": "l"
} },
{ {
"label": "logout", "label": "logout",
"action": "swaymsg exit", "action": "swaymsg exit",
"text" : "Logout", "text": "",
"keybind": "e" "keybind": "e"
} },
{ {
"label": "shutdown", "label": "shutdown",
"action": "systemctl poweroff", "action": "systemctl poweroff",
"text" : "Shutdown", "text": ""
"keybind" : "s" },
}
{ {
"label": "reboot", "label": "reboot",
"action": "systemctl reboot", "action": "systemctl reboot",
"text" : "Reboot", "text": "",
"keybind": "r" "keybind": "r"
},
{
"label": "suspend",
"action": "systemctl suspend",
"text": "",
"keybind": "s"
} }

View File

@@ -14,6 +14,8 @@ button {
font-size: 15px; font-size: 15px;
box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.1);
text-shadow: none; text-shadow: none;
margin: 10px;
padding: 50px;
} }
button:focus, button:focus,