Merge github.com:deuill/dotfiles

This commit is contained in:
Alex Palaistras 2022-05-01 18:29:28 +01:00
commit 9c16046921
1 changed files with 4 additions and 1 deletions

View File

@ -103,7 +103,10 @@ window {
background-color: var(background);
border: 10px;
border-radius: 5px;
location: north;
padding: 0;
y-offset: 5%;
width: 30%;
}
mainbox {
@ -124,7 +127,7 @@ textbox {
listview {
border-color: var(separatorcolor);
border: 0px;
fixed-height: 0;
fixed-height: false;
lines: 10;
padding: 2px 0px 0px;
scrollbar: false;