Fixed run command widget
This commit is contained in:
parent
df1cfe737b
commit
99b79f18f6
4
eww.css
4
eww.css
@ -149,12 +149,12 @@ tooltip {
|
|||||||
/* Command prompt widget */
|
/* Command prompt widget */
|
||||||
.executioner {
|
.executioner {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: rgba(128, 128, 128, 0.5);
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmd_input_field {
|
.cmd_input_field {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #232323;
|
background-color: rgba(128, 128, 128, 0.5);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
|
|
||||||
.executioner {
|
.executioner {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: $dock_bg_col;
|
background-color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmd_input_field {
|
.cmd_input_field {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: #232323;
|
background-color: $dock_bg_col;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
@ -11,7 +11,7 @@
|
|||||||
:monitor 0
|
:monitor 0
|
||||||
:stacking "fg"
|
:stacking "fg"
|
||||||
:windowtype "dialog"
|
:windowtype "dialog"
|
||||||
:wm-ignore true
|
:wm-ignore false
|
||||||
:active true
|
:active true
|
||||||
:focusable true
|
:focusable true
|
||||||
:class "cmd_window"
|
:class "cmd_window"
|
||||||
@ -26,9 +26,9 @@
|
|||||||
:halign "fill"
|
:halign "fill"
|
||||||
:height "70"
|
:height "70"
|
||||||
:width "450"
|
:width "450"
|
||||||
;:value "cmd:"
|
:value "cmd:"
|
||||||
:password false
|
:password false
|
||||||
:onaccept "eww close executioner && {}"
|
:onaccept "eww close executioner && exec {}"
|
||||||
:timeout "1s"
|
:timeout "1s"
|
||||||
)
|
)
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user