wofi
This commit is contained in:
parent
77877f25c5
commit
4f3f483064
25
wofi/config
25
wofi/config
@ -1,15 +1,16 @@
|
|||||||
width=600
|
width=33%
|
||||||
height=350
|
height=300
|
||||||
location=center
|
lines=6
|
||||||
show=drun
|
mode=drun
|
||||||
prompt=Search...
|
|
||||||
filter_rate=100
|
filter_rate=100
|
||||||
allow_markup=true
|
matching=contains
|
||||||
no_actions=true
|
|
||||||
halign=fill
|
|
||||||
orientation=vertical
|
|
||||||
content_halign=fill
|
|
||||||
insensitive=true
|
insensitive=true
|
||||||
|
term=kitty
|
||||||
allow_images=true
|
allow_images=true
|
||||||
image_size=40
|
parse_search=true
|
||||||
gtk_dark=true
|
allow_markup=true
|
||||||
|
dmenu-parse_action=true
|
||||||
|
drun-display_generic=true
|
||||||
|
key_down=Tab
|
||||||
|
key_expand=Right
|
||||||
|
key_forward=Down
|
||||||
|
|||||||
110
wofi/style.css
110
wofi/style.css
@ -1,75 +1,65 @@
|
|||||||
window {
|
window {
|
||||||
margin: 0px;
|
margin: 5px;
|
||||||
border: 5px solid #1e1e2e;
|
background-color: #181926;
|
||||||
background-color: #cdd6f4;
|
opacity: 0.9;
|
||||||
border-radius: 15px;
|
border-radius: 10;
|
||||||
}
|
|
||||||
|
|
||||||
#input {
|
|
||||||
padding: 4px;
|
|
||||||
margin: 4px;
|
|
||||||
padding-left: 20px;
|
|
||||||
border: none;
|
|
||||||
color: #cdd6f4;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
outline: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
margin: 10px;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
#input:focus {
|
|
||||||
border: 0px solid #1e1e2e;
|
|
||||||
margin-bottom: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#inner-box {
|
|
||||||
margin: 4px;
|
|
||||||
border: 10px solid #1e1e2e;
|
|
||||||
color: #cdd6f4;
|
|
||||||
font-weight: bold;
|
|
||||||
background-color: #1e1e2e;
|
|
||||||
border-radius: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#outer-box {
|
#outer-box {
|
||||||
margin: 0px;
|
margin: 5px;
|
||||||
border: none;
|
/* border: 2px solid @maroon; */
|
||||||
border-radius: 15px;
|
background-color: #1e2030;
|
||||||
background-color: #1e1e2e;
|
border-radius: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
margin: 2px;
|
||||||
|
border: 2px solid #b7bdf8;
|
||||||
|
background-color: #363a4f;
|
||||||
|
color: #f8f8f2;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
/* margin: 5px; */
|
||||||
|
background-color: #24273a;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scroll {
|
#scroll {
|
||||||
margin-top: 5px;
|
margin: 2px;
|
||||||
border: none;
|
border: 2px solid #f5bde6;
|
||||||
border-radius: 15px;
|
background-color: #24273a;
|
||||||
margin-bottom: 5px;
|
font-size: 16px;
|
||||||
/* background: rgb(255,255,255); */
|
color: #f8f8f2;
|
||||||
|
border-radius: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
#img:selected {
|
#scroll label {
|
||||||
background-color: #89b4fa;
|
margin: 2px 0px;
|
||||||
border-radius: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#text:selected {
|
|
||||||
color: #cdd6f4;
|
|
||||||
margin: 0px 0px;
|
|
||||||
border: none;
|
|
||||||
border-radius: 15px;
|
|
||||||
background-color: #89b4fa;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry {
|
#entry {
|
||||||
margin: 0px 0px;
|
margin: 0px 2px;
|
||||||
border: none;
|
background-color: #24273a;
|
||||||
border-radius: 15px;
|
border: 2px;
|
||||||
background-color: transparent;
|
}
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #494d64;
|
||||||
|
/* border: 2px solid @mauve; */
|
||||||
}
|
}
|
||||||
|
|
||||||
#entry:selected {
|
#img {
|
||||||
margin: 0px 0px;
|
margin: 5px;
|
||||||
border: none;
|
}
|
||||||
border-radius: 15px;
|
#img:selected {
|
||||||
background-color: #89b4fa;
|
background-color: #494d64;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
margin: 5px;
|
||||||
|
border: none;
|
||||||
|
color: @text;
|
||||||
|
}
|
||||||
|
#text:selected {
|
||||||
|
background-color: #494d64;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user