add zathura, and wofi config,style

This commit is contained in:
Ricardo Valencia - L14
2025-01-07 13:23:17 -08:00
parent 4c889eb9c9
commit fb85db10e0
3 changed files with 94 additions and 0 deletions

10
configs/wofi_l/config Normal file
View File

@@ -0,0 +1,10 @@
allow_images=true
image_size=20
width=40%
height=40%
prompt=Search...
show=drun
location=center
orientation=vertical
haligh=fill
lines=5

44
configs/wofi_l/style.css Normal file
View File

@@ -0,0 +1,44 @@
* {
font-size: 15px;
font-family: FantasqueSansM Nerd Font
}
window {
margin: 0px;
border: 1px solid #7A8478;
background-color: #1E2326;
}
#input {
margin: 5px;
border: none;
color: #D3C6AA;
background-color: #272E33;
}
#inner-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#outer-box {
margin: 5px;
border: none;
background-color: #1E2326;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #D3C6AA;
}
#entry:selected {
background-color: #272E33;
}