feat: use wofi instead of rofi

This commit is contained in:
surtur 2020-11-02 17:34:07 +01:00
parent c0110b5d34
commit 46f9f02726
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D
3 changed files with 46 additions and 1 deletions

View File

@ -8,7 +8,7 @@ set
$lock exec ~/utils/bin/swaylock-wrapper
$lockt exec ~/utils/bin/sway-locker -t
$term KITTY_ENABLE_WAYLAND=1 kitty # qterminal alacritty
$menu rofi -show drun
$menu wofi -f --show drun
$numenu kitty --class 'launcher' bash -c 'compgen -c | sort -u | fzf | xargs -r swaymsg -t command exec'
$nutermmenu kitty --class 'launcher' bash -c 'compgen -c | sort -u | fzf | xargs -r kitty'
# $bg "~/Pictures/apod/2019-January-2-The-Orion-Nebula-in-Infrared-from-WISE.jpg fit #000000"

13
.config/wofi/config Normal file
View File

@ -0,0 +1,13 @@
width=25%
height=70%
location=left
xoffset=35px
allow_images=true
image_size=20px
dynamic_lines=true
parse_action=true
show_all=true
always_parse_args=true
drun_display_generic=false
mode=fuzzy
insensitive=true

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

@ -0,0 +1,32 @@
window {
margin: 5px;
background-color: #2a2a2a;
}
#scroll {
margin: 5px;
}
#outer-box {
border: 2px solid #93a1a1;
}
#text {
/* color: #f1f1f1; */
font-family: 'FiraCode';
margin-left: 10px;
}
#entry {
background-color: #2a2a2a;
font-family: 'FiraCode';
}
#entry:selected {
background-color: #5a5a5a;
border: 0px;
}
#input {
background-color: #2a2a2a;
font-family: 'FiraCode';
}