Fixed run command widget

This commit is contained in:
Candifloss 2025-01-13 01:59:13 +05:30
parent df1cfe737b
commit 99b79f18f6
3 changed files with 7 additions and 7 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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"
)
)