This commit is contained in:
Lukian 2024-09-25 10:32:29 +02:00
parent dff03acd3c
commit 9803bb3037
36 changed files with 747 additions and 1604 deletions

View file

@ -1,19 +0,0 @@
hide_scroll=true
show=drun
width=60%
lines=8
line_wrap=word
term=kitty
allow_markup=true
always_parse_args=false
show_all=true
print_command=true
layer=overlay
allow_images=true
gtk_dark=true
prompt=
image_size=20
display_generic=false
location=center
key_expand=Tab
insensitive=false

View file

@ -1,40 +0,0 @@
* {
font-family: JetBrainsMono;
color: #e5e9f0;
background: transparent;
}
#window {
background: rgba(41, 46, 66, 0.5);
margin: auto;
padding: 10px;
border-radius: 20px;
border: 2px solid #E779E7;
}
#input {
padding: 10px;
margin-bottom: 10px;
border-radius: 15px;
}
#outer-box {
padding: 20px;
}
#img {
margin-right: 6px;
}
#entry {
padding: 10px;
border-radius: 15px;
}
#entry:selected {
background-color: #2e3440;
}
#text {
margin: 2px;
}