update wlogout config
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user