wofi
This commit is contained in:
parent
6907916c5b
commit
2ecbac58ea
20
wofi/.config/wofi/config
Normal file
20
wofi/.config/wofi/config
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
stylesheet=/home/minhradz/.config/wofi/style.css
|
||||||
|
xoffset=0%
|
||||||
|
yoffset=0%
|
||||||
|
hide_scroll=true
|
||||||
|
show=drun
|
||||||
|
width=15%
|
||||||
|
lines=10
|
||||||
|
line_wrap=word
|
||||||
|
term=kitty
|
||||||
|
allow_markup=true
|
||||||
|
always_parse_args=true
|
||||||
|
show_all=true
|
||||||
|
print_command=true
|
||||||
|
layer=overlay
|
||||||
|
allow-images=true
|
||||||
|
insensitive=true
|
||||||
|
prompt=
|
||||||
|
image_size=25
|
||||||
|
display_generic=true
|
||||||
|
key_expand=Tab
|
67
wofi/.config/wofi/style.css
Normal file
67
wofi/.config/wofi/style.css
Normal file
@ -0,0 +1,67 @@
|
|||||||
|
#entry {
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 7px;
|
||||||
|
margin: 0px 5px 0px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes fadeIn {
|
||||||
|
from {opacity: 0;}
|
||||||
|
to {opacity: 1;}
|
||||||
|
}
|
||||||
|
|
||||||
|
#entry:selected {
|
||||||
|
background-color: #5e81ac;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text:selected {
|
||||||
|
color: #d8dee9;
|
||||||
|
}
|
||||||
|
|
||||||
|
#window {
|
||||||
|
background-color: #3b4252;
|
||||||
|
background-color: transparent;
|
||||||
|
border-radius: 15px;
|
||||||
|
font-family: Product Sans;
|
||||||
|
animation: fadeIn;
|
||||||
|
animation-duration: 0.3s;
|
||||||
|
}
|
||||||
|
|
||||||
|
#input {
|
||||||
|
border: 2px solid #5e81ac;
|
||||||
|
background-color: #4c566a;
|
||||||
|
padding: 6px;
|
||||||
|
margin: 15px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
font-size: 16px;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#inner-box {
|
||||||
|
color: #d8dee9;
|
||||||
|
padding: 10px;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#outer-box {
|
||||||
|
margin: 15px;
|
||||||
|
border-radius: 15px;
|
||||||
|
background-color: rgba(53,59,73,1.0);
|
||||||
|
box-shadow: 0px 0px 5px 0 #0F0F0F;
|
||||||
|
}
|
||||||
|
|
||||||
|
#scroll {
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#text {
|
||||||
|
font-size: 16px;
|
||||||
|
padding: 7px;
|
||||||
|
color: #d8dee9;
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#img {
|
||||||
|
background-color: transparent;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user