updated void-desktop-install and corresponding files

This commit is contained in:
Luc Bijl 2023-02-01 15:23:33 +01:00
parent 8458856128
commit a45028f4b4
12 changed files with 107 additions and 231 deletions

3
config-files/wofi/config Normal file → Executable file
View file

@ -1,8 +1,9 @@
mode=drun
location=2
gtk_dark=true
yoffset=4
prompt=
width=800
height=430
height=400
allow_images=true
allow_markup=true

8
config-files/wofi/style.css Normal file → Executable file
View file

@ -9,9 +9,9 @@
{
margin: 0px;
border: none;
border-color: rgb(15, 15, 15);
border-radius: 20;
background-color: rgb(15, 15, 15);
border-color: rgba(0, 0, 0, 0.5);
border-radius: 16;
background-color: rgba(0, 0, 0, 0.5);
color: #dfe2e1;
}
@ -49,4 +49,4 @@
#entry image
{
padding-right: 10px;
}
}