chore: add wofy and ly

This commit is contained in:
Andrea
2024-06-09 15:06:57 +02:00
parent 6523a1a784
commit 81bf5b1f1b
5 changed files with 147 additions and 40 deletions

5
wofi/config Normal file
View File

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

17
wofi/style.css Normal file
View File

@@ -0,0 +1,17 @@
#window {
border-radius: 10px;
background: #383c4a;
}
#outer-box {
padding: 5px;
}
#input, #entry {
border-radius: 10px;
margin-bottom: 5px;
}
#img {
padding-right: 10px;
}