feat!: added configs + restructuring

This commit is contained in:
2024-04-06 21:13:16 -05:00
parent 8ff9cb0e98
commit fd2111b692
35 changed files with 1298 additions and 0 deletions

15
config/wofi/config Normal file
View File

@ -0,0 +1,15 @@
width=600
height=400
location=center
show=drun
prompt=Search...
filter_rate=100
allow_markup=true
no_actions=true
halign=fill
orientation=vertical
content_halign=fill
insensitive=true
allow_images=true
image_size=40
gtk_dark=true

62
config/wofi/style.css Normal file
View File

@ -0,0 +1,62 @@
window {
border-radius: 16px;
}
#input {
margin: 4px;
padding: 6px 18px;
border: none;
color: #cdd6f4;
background-color: #1e1e2e;
outline: none;
border-radius: 8px;
margin: 10px;
margin-bottom: 0;
}
#input:first-child > :nth-child(1) {
margin-right: 12px;
}
#input > * {
color: inherit;
}
#input:focus {
margin: 12px;
margin-bottom: 0;
}
#inner-box {
}
#outer-box {
}
#scroll {
margin: 16px;
}
#img {
margin-right: 14px;
}
#text {
color: #e2e7f9;
font-weight: bold;
}
#text:selected {
color: #1e1e2e;
}
#entry {
padding: 6px 8px;
border-radius: 8px;
}
#entry:selected {
background-color: #89b4fa;
border: none;
outline: none;
}