♻️ refactor: remove unused options from wlogout
This commit is contained in:
+1
-1
@@ -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",
|
||||||
|
|||||||
+7
-9
@@ -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;
|
background-position: center;
|
||||||
border-width: 1px;
|
background-size: 30%;
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
background-size: 18%;
|
|
||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user