merged void-laptop and updated void-desktop-install.md
This commit is contained in:
parent
0cff788e38
commit
bf022064d7
9 changed files with 982 additions and 23 deletions
8
config-files-laptop/wofi/config
Executable file
8
config-files-laptop/wofi/config
Executable file
|
@ -0,0 +1,8 @@
|
|||
mode=drun
|
||||
location=2
|
||||
yoffset=0
|
||||
prompt=
|
||||
width=800
|
||||
height=400
|
||||
allow_images=true
|
||||
allow_markup=true
|
52
config-files-laptop/wofi/style.css
Executable file
52
config-files-laptop/wofi/style.css
Executable file
|
@ -0,0 +1,52 @@
|
|||
*
|
||||
{
|
||||
font-family: "Roboto";
|
||||
font-size: 16px;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#window
|
||||
{
|
||||
margin: 0px;
|
||||
border: none;
|
||||
border-color: rgba(0, 0, 0, 0.5);
|
||||
border-radius: 16;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
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