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

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;
}
}