Wofi deletion
This commit is contained in:
parent
69cc5e886d
commit
bd690a6245
2 changed files with 0 additions and 82 deletions
|
@ -1,16 +0,0 @@
|
||||||
width=700
|
|
||||||
height=360
|
|
||||||
location=center
|
|
||||||
show=drun
|
|
||||||
prompt=Search...
|
|
||||||
filter_rate=2
|
|
||||||
allow_markup=true
|
|
||||||
no_actions=true
|
|
||||||
halign=fill
|
|
||||||
orientation=vertical
|
|
||||||
content_halign=fill
|
|
||||||
insensitive=false
|
|
||||||
allow_images=true
|
|
||||||
image_size=40
|
|
||||||
gtk_dark=true
|
|
||||||
term=kitty
|
|
|
@ -1,66 +0,0 @@
|
||||||
window {
|
|
||||||
margin: 0px;
|
|
||||||
border: 3px solid #B7BDF8;
|
|
||||||
background-color: #24273A;
|
|
||||||
border-radius: 15px;
|
|
||||||
font-family: 'JetBrainsMono Nerd Font';
|
|
||||||
font-size: 14px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
all: unset;
|
|
||||||
min-height: 36px;
|
|
||||||
padding: 4px 10px;
|
|
||||||
margin: 4px;
|
|
||||||
border: none;
|
|
||||||
color: #cad3f5;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #363A4F;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 4px;
|
|
||||||
padding: 10px;
|
|
||||||
font-weight: bold;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#outer-box {
|
|
||||||
margin: 0px;
|
|
||||||
padding: 3px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
border: 3px solid #B7BDF8;
|
|
||||||
}
|
|
||||||
|
|
||||||
#scroll {
|
|
||||||
display: none;
|
|
||||||
margin-top: 5px;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin-bottom: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: #f1f0f5;
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#entry:selected {
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background: linear-gradient(90deg, #363A4F 0%, #B7BDF8 100%);
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue