chore: update and minify config

This commit is contained in:
Alexandre Cavalheiro S. Tiago da Silva 2023-05-06 23:49:18 -03:00
parent 6efa74ea62
commit f893a5d054
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF
1634 changed files with 1974 additions and 281623 deletions

13
.config/wofi/config Normal file
View file

@ -0,0 +1,13 @@
style=/home/wizardlink/.config/wofi/mono.css
xoffset=760
yoffset=290
show=drun
width=450
height=450
always_parse_args=true
show_all=true
print_command=true
layer=overlay
insensitive=true
prompt=
content_halign=center

39
.config/wofi/mono.css Normal file
View file

@ -0,0 +1,39 @@
window {
margin: 0px;
border: 1px solid #bd93f9;
background-color: #282a36;
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#outer-box {
margin: 5px;
border: none;
background-color: #282a36;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
}