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 */
|
||||
.executioner {
|
||||
border-radius: 5px;
|
||||
background-color: rgba(128, 128, 128, 0.5);
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.cmd_input_field {
|
||||
border-radius: 5px;
|
||||
background-color: #232323;
|
||||
background-color: rgba(128, 128, 128, 0.5);
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
}
|
||||
|
@ -3,12 +3,12 @@
|
||||
|
||||
.executioner {
|
||||
border-radius: 5px;
|
||||
background-color: $dock_bg_col;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.cmd_input_field {
|
||||
border-radius: 5px;
|
||||
background-color: #232323;
|
||||
background-color: $dock_bg_col;
|
||||
padding: 5px;
|
||||
margin: 10px;
|
||||
}
|
@ -11,7 +11,7 @@
|
||||
:monitor 0
|
||||
:stacking "fg"
|
||||
:windowtype "dialog"
|
||||
:wm-ignore true
|
||||
:wm-ignore false
|
||||
:active true
|
||||
:focusable true
|
||||
:class "cmd_window"
|
||||
@ -26,9 +26,9 @@
|
||||
:halign "fill"
|
||||
:height "70"
|
||||
:width "450"
|
||||
;:value "cmd:"
|
||||
:value "cmd:"
|
||||
:password false
|
||||
:onaccept "eww close executioner && {}"
|
||||
:onaccept "eww close executioner && exec {}"
|
||||
:timeout "1s"
|
||||
)
|
||||
)
|
Loading…
Reference in New Issue
Block a user