Add files via upload

This commit is contained in:
OdiousImp2604
2021-01-16 12:35:36 +00:00
committed by GitHub
parent 0f957a7662
commit e7410d5fed
14 changed files with 885 additions and 0 deletions

19
wofi/config Normal file
View File

@@ -0,0 +1,19 @@
stylesheet=/home/sway/.config/wofi/style.css
hide_scroll=true
show=drun,run
width=700
lines=7
line_wrap=word
term=alacritty
location=middle
allow_markup=true
always_parse_args=true
#show_all=true
print_command=true
layer=overlay
insensitive=true
prompt=
image_size=15
display_generic=true
line_wrap=word
key_expand=Tab

59
wofi/style.css Normal file
View File

@@ -0,0 +1,59 @@
#entry {
border-radius: 5px;
padding: 3px;
margin: 0px 3px 3px 3px;
}
@keyframes fadeIn {
from {opacity: 0;}
to {opacity: 1;}
}
#entry:selected {
background-color:#4b3766;
font-weight: bold;
}
#text:selected {
color: #d8dee9;
}
#window {
background-color: transparent;
font-family: Ubuntu Mono;
}
#input {
border: none;
background-color: #4c566a;
padding: 10px;
margin: 15px 15px 10px 15px;
border-radius: 5px;
}
#inner-box {
color: #4b3766;
padding-top: 5px;
margin: 0px 10px 10px 10px;
}
#outer-box {
margin: 15px;
background-color: rgba(53,59,73,1.0);
box-shadow: 0px 0px 5px 0 #0F0F0F;
}
#scroll {
margin-bottom: 10px;
}
#text {
padding: 5px;
color: #d8dee9;
background-color: transparent;
}
#img {
background-color: transparent;
padding: 5px;
}