This commit is contained in:
2025-10-22 10:40:05 +03:00
parent 8e3e70b6f2
commit 86492ae52e
14 changed files with 502 additions and 57 deletions

15
wofi/.config/wofi/config Normal file
View File

@@ -0,0 +1,15 @@
show=drun
width=45%
height=40%
prompt=Search...
normal_window=true
location=center
gtk-dark=true
allow_images=true
image_size=32
insensitive=true
allow_markup=true
no_actions=true
orientation=vertical
halign=fill
content_halign=fill

View File

@@ -0,0 +1,46 @@
window {
background-color: #1a1b26;
}
* {
font-family: "Jetbrains Mono";
color: #fff;
}
#scroll {
padding: 0.5rem;
}
#input {
background-color: #1a1b26;
color: #c0caf5;
outline: none;
box-shadow: none;
border: 0;
border-radius: 0;
font-size: 1rem;
padding: 0.5rem;
}
#inner-box {
margin: 0.5rem;
font-size: 1rem;
}
#img {
margin: 10px 10px;
}
#entry {
border-radius: 0.5rem;
}
#entry:selected {
background-color: #c0caf5;
outline: none;
}
#text:selected {
color: #1a1b26;
}