This commit is contained in:
2025-02-07 21:28:29 -08:00
commit e4e2cea15a
15 changed files with 742 additions and 0 deletions

23
wofi/config Normal file
View File

@@ -0,0 +1,23 @@
mode=drun
allow_images=true
image_size=30
prompt= search
width=400
columns=1
no_actions=true
monitor=eDP-1
location=center
filter_rate=100
allow_markup=true
orientation=vertical
content_halign=fill
matching=contains
insensitive=true
term=kitty
parse_search=true
allow_markup=true
single_click=false
line_wrap=char
key_down=Tab
key_expand=Right
key_forward=Down

50
wofi/style.css Normal file
View File

@@ -0,0 +1,50 @@
@import url("/home/preacher/.cache/wal/colors-waybar.css");
* {
font-family: "Arimo Nerd Font", monospace;
}
window {
background-color: alpha(@color10,.5);
border-radius: 2px;
}
#input {
margin: 5px;
border-radius: 2px;
border: none;
background-color: @color15;
color: @background
}
#inner-box {
background-color: @color1;
}
#outer-box {
margin: 2px;
padding: 10px;
border-radius: 3px;
background-color: alpha(@color6,.2);
}
#scroll {
margin: 5px;
}
#text {
padding: 4px;
color: @background;
}
#entry:nth-child(even){
background-color: @color4;
}
#entry:selected {
background-color: @color10;
}
#text:selected {
background: transparent;
}