♻️ refactor: remove unused options from wlogout

This commit is contained in:
João Dias
2024-08-17 19:02:21 -03:00
parent 22bc4f49d0
commit 5fc6add9c3
2 changed files with 8 additions and 10 deletions
+1 -1
View File
@@ -88,7 +88,7 @@
{ {
"label": " Power Menu", "label": " Power Menu",
"type": "normal", "type": "normal",
"command": "wlogout" "command": "wlogout -b 4"
}, },
{ {
"label": "󰒲 Do Not Disturb", "label": "󰒲 Do Not Disturb",
+6 -8
View File
@@ -4,6 +4,8 @@
* { * {
background-image: none; background-image: none;
box-shadow: none; box-shadow: none;
outline: none;
background-repeat: no-repeat;
} }
window { window {
@@ -12,19 +14,15 @@ window {
button { button {
border-radius: 16px; border-radius: 16px;
border-color: @border; border: 1px solid @border;
color: @text; color: @text;
background-color: @background; background-color: @background;
border-style: solid;
border-width: 1px;
background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: 18%; background-size: 30%;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px; margin-bottom: 10px;
transition: 150ms ease-in-out; transition: 150ms ease-in;
outline: none; font-size: 1.25em;
font-size: 1.12em;
font-weight: 700; font-weight: 700;
} }