update wlogout config
This commit is contained in:
@@ -1,24 +1,29 @@
|
||||
{
|
||||
"label" : "lock",
|
||||
"action" : "$HOME/dotfiles/bin/lock.sh",
|
||||
"text" : "Lock",
|
||||
"keybind" : "l"
|
||||
}
|
||||
"label": "lock",
|
||||
"action": "$HOME/dotfiles/bin/lock.sh",
|
||||
"text": "",
|
||||
"keybind": "l"
|
||||
},
|
||||
{
|
||||
"label" : "logout",
|
||||
"action" : "swaymsg exit",
|
||||
"text" : "Logout",
|
||||
"keybind" : "e"
|
||||
}
|
||||
"label": "logout",
|
||||
"action": "swaymsg exit",
|
||||
"text": "",
|
||||
"keybind": "e"
|
||||
},
|
||||
{
|
||||
"label" : "shutdown",
|
||||
"action" : "systemctl poweroff",
|
||||
"text" : "Shutdown",
|
||||
"keybind" : "s"
|
||||
}
|
||||
"label": "shutdown",
|
||||
"action": "systemctl poweroff",
|
||||
"text": ""
|
||||
},
|
||||
{
|
||||
"label" : "reboot",
|
||||
"action" : "systemctl reboot",
|
||||
"text" : "Reboot",
|
||||
"keybind" : "r"
|
||||
"label": "reboot",
|
||||
"action": "systemctl reboot",
|
||||
"text": "",
|
||||
"keybind": "r"
|
||||
},
|
||||
{
|
||||
"label": "suspend",
|
||||
"action": "systemctl suspend",
|
||||
"text": "",
|
||||
"keybind": "s"
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ button {
|
||||
font-size: 15px;
|
||||
box-shadow: 0 5px 4px 4px rgba(0, 0, 0, 0.1);
|
||||
text-shadow: none;
|
||||
margin: 10px;
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
button:focus,
|
||||
|
||||
Reference in New Issue
Block a user