chore: move configs on .config
folder
This commit is contained in:
5
.config/wofi/config
Normal file
5
.config/wofi/config
Normal file
@@ -0,0 +1,5 @@
|
||||
show=drun
|
||||
allow_images=true
|
||||
matching=fuzzy
|
||||
no_actions=true
|
||||
prompt=Search
|
18
.config/wofi/style.css
Normal file
18
.config/wofi/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
#window {
|
||||
border-radius: 10px;
|
||||
background: #383c4a;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
#input,
|
||||
#entry {
|
||||
border-radius: 10px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#img {
|
||||
padding-right: 10px;
|
||||
}
|
Reference in New Issue
Block a user