Use wofi instead of dmenu

This commit is contained in:
Vladan Popovic 2020-03-08 20:45:51 +01:00
parent 0b738fa8aa
commit ca4ae6a1a1
3 changed files with 34 additions and 1 deletions

5
.config/wofi/config Normal file
View file

@ -0,0 +1,5 @@
width=700
height=300
mode=drun
colors=colors
filter_rate=10

28
.config/wofi/style.css Normal file
View file

@ -0,0 +1,28 @@
window {
margin: 5px;
}
#input {
margin: 1px;
border: 2px dashed #4f4f4f;
background-color: #f2f2ee;
}
#inner-box {
margin: 5px;
border: 2px solid #e5c07b;
background-color: #f2f2ee;
}
#outer-box {
margin: 5px;
}
#scroll {
margin: 5px;
}
#text {
margin: 5px;
border-bottom: 2px dashed #4f4f4f;
}