first commit
This commit is contained in:
commit
561fdb59e1
56 changed files with 3204 additions and 0 deletions
8
configs/wofi/config
Normal file
8
configs/wofi/config
Normal file
|
@ -0,0 +1,8 @@
|
|||
mode=drun
|
||||
location=2
|
||||
gtk_dark=true
|
||||
prompt=
|
||||
width=800
|
||||
height=430
|
||||
allow_images=true
|
||||
allow_markup=true
|
52
configs/wofi/style.css
Normal file
52
configs/wofi/style.css
Normal file
|
@ -0,0 +1,52 @@
|
|||
*
|
||||
{
|
||||
font-family: 'Montserrat', 'Cantarell', 'Caladea', sans-serif;
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#window
|
||||
{
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-color: rgb(15, 15, 15);
|
||||
border-radius: 20;
|
||||
background-color: rgb(15, 15, 15);
|
||||
color: #dfe2e1;
|
||||
}
|
||||
|
||||
#input
|
||||
{
|
||||
margin: 25px;
|
||||
background-color: 191724;
|
||||
color: rgb(255, 255, 255);
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#scroll
|
||||
{
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
|
||||
#entry
|
||||
{
|
||||
margin: 0px 25px;
|
||||
}
|
||||
|
||||
#entry:selected
|
||||
{
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#entry > box
|
||||
{
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
#entry image
|
||||
{
|
||||
padding-right: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue