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

View File

@ -17,7 +17,7 @@ set $right l
set $term alacritty
# Your preferred application launcher
# Note: it's recommended that you pass the final command to sway
set $menu bemenu-run | xargs swaymsg exec --
set $menu wofi -c $HOME/.config/wofi/config -s $HOME/.config/wofi/style.css | xargs swaymsg exec --
### Output configuration
#

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;
}