first
This commit is contained in:
23
wofi/config
Normal file
23
wofi/config
Normal 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
50
wofi/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user