chore: move configs on .config folder

This commit is contained in:
2025-03-17 18:22:05 +01:00
parent 5b79a358b1
commit dc6a999555
20 changed files with 0 additions and 0 deletions

5
.config/wofi/config Normal file
View File

@@ -0,0 +1,5 @@
show=drun
allow_images=true
matching=fuzzy
no_actions=true
prompt=Search

18
.config/wofi/style.css Normal file
View 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;
}