chore: update and minify config
This commit is contained in:
parent
6efa74ea62
commit
f893a5d054
1634 changed files with 1974 additions and 281623 deletions
13
.config/wofi/config
Normal file
13
.config/wofi/config
Normal 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
39
.config/wofi/mono.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue