♻️ 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",
"type": "normal",
"command": "wlogout"
"command": "wlogout -b 4"
},
{
"label": "󰒲 Do Not Disturb",
+7 -9
View File
@@ -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;
}