From 5fc6add9c33b6461c11a0f008123636729d4bc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sat, 17 Aug 2024 19:02:21 -0300 Subject: [PATCH] :recycle: refactor: remove unused options from wlogout --- swaync/config.json | 2 +- wlogout/style.css | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/swaync/config.json b/swaync/config.json index c256401..3aa3fc8 100644 --- a/swaync/config.json +++ b/swaync/config.json @@ -88,7 +88,7 @@ { "label": " Power Menu", "type": "normal", - "command": "wlogout" + "command": "wlogout -b 4" }, { "label": "󰒲 Do Not Disturb", diff --git a/wlogout/style.css b/wlogout/style.css index c0467d6..9ccca08 100644 --- a/wlogout/style.css +++ b/wlogout/style.css @@ -4,6 +4,8 @@ * { background-image: none; box-shadow: none; + outline: none; + background-repeat: no-repeat; } window { @@ -12,19 +14,15 @@ window { button { border-radius: 16px; - border-color: @border; + border: 1px solid @border; color: @text; background-color: @background; - border-style: solid; - border-width: 1px; - background-repeat: no-repeat; - background-position: center; - background-size: 18%; + background-position: center; + background-size: 30%; margin-right: 10px; margin-bottom: 10px; - transition: 150ms ease-in-out; - outline: none; - font-size: 1.12em; + transition: 150ms ease-in; + font-size: 1.25em; font-weight: 700; }