From 6c03e5b8a6fe71e48e21ec70a196f80ec1a5b1d5 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 18 Jun 2022 16:03:17 +0300 Subject: [PATCH] update wlogout config --- config/.config/wlogout/layout | 43 ++++++++++++++++++-------------- config/.config/wlogout/style.css | 2 ++ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/config/.config/wlogout/layout b/config/.config/wlogout/layout index 53f0057..31481e1 100644 --- a/config/.config/wlogout/layout +++ b/config/.config/wlogout/layout @@ -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" } diff --git a/config/.config/wlogout/style.css b/config/.config/wlogout/style.css index bc4c4bb..cf8a2b5 100644 --- a/config/.config/wlogout/style.css +++ b/config/.config/wlogout/style.css @@ -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,