Saataa andagii !

This commit is contained in:
Lukian 2025-03-31 08:50:37 +02:00
parent 930a354cb5
commit 4ae5af8a74
11 changed files with 0 additions and 213 deletions

View file

@ -1,6 +0,0 @@
#2F3741
#2F3741
#d9e0ee
#4B87CD
#f38ba8
#cba6f7

View file

@ -1,38 +0,0 @@
## Wofi Config
## General
show=drun
prompt=Apps
normal_window=false
layer=overlay
term=foot
columns=2
## Geometry
location=center
orientation=vertical
halign=fill
line_wrap=off
dynamic_lines=false
## Images
allow_markup=true
allow_images=true
image_size=256
## Search
exec_search=false
hide_search=false
parse_search=false
insensitive=false
## Other
hide_scroll=true
no_actions=true
sort_order=default
gtk_dark=true
filter_rate=100
## Keys
key_expand=Tab
key_exit=Escape

View file

@ -1,60 +0,0 @@
window {
margin: 5px;
font-family: jetbrains-mono-nerd, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 500;
background-color: #32312e;
border-radius: 15px;
opacity: 1;
}
#input {
margin: 10px;
background: none;
border-radius: 25px;
padding: 10px;
color: white;
border: none;
}
#input:focus {
box-shadow: none;
}
#inner-box {
margin: 0px;
}
#outer-box {
margin: 10px;
}
#scroll {
margin: 10px;
}
#entry {
border-radius: 10px;
color: white;
margin: 10px 0px;
padding: 10px;
}
#img {
border-radius: 15px;
margin-right: 20px;
}
#text {
margin: 5px;
}
#entry:selected {
background-color: #E6C873;
color: black;
outline: none;
}
#text:selected {
color: black;
}