Use wofi instead of dmenu
This commit is contained in:
parent
0b738fa8aa
commit
ca4ae6a1a1
3 changed files with 34 additions and 1 deletions
5
.config/wofi/config
Normal file
5
.config/wofi/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
width=700
|
||||
height=300
|
||||
mode=drun
|
||||
colors=colors
|
||||
filter_rate=10
|
28
.config/wofi/style.css
Normal file
28
.config/wofi/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue