Add wofi config

This commit is contained in:
2024-06-27 16:27:08 +02:00
parent a373c4aeb4
commit d15a2db58b
2 changed files with 50 additions and 0 deletions

6
.config/wofi/config Normal file
View File

@ -0,0 +1,6 @@
allow_images=true
hide_scroll=true
no_actions=false
term=alacritty
mode=drun
--show

44
.config/wofi/style.css Normal file
View File

@ -0,0 +1,44 @@
* {
font-family: "Hack", monospace;
}
window {
background-color: #303030;
border-radius: 10px;
}
#input {
margin: 5px;
border-radius: 0px;
border: none;
background-color: #3a3a3a;
color: white;
}
#inner-box {
background-color: #3a3a3a;
border-radius: 10px;
}
#outer-box {
margin: 2px;
padding: 10px;
background-color: #303030;
}
#scroll {
margin: 5px;
}
#text {
padding: 4px;
color: white;
}
#entry:selected {
background-color: #4b4b4b;
}
#text:selected {
background: transparent;
}