Browse Source

Merge pull request #112 from 0xl30/patch-1

Wallpaper Previews
pull/116/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
0a32242353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      config/rofi/config-wallpaper.rasi

6
config/rofi/config-wallpaper.rasi

@ -112,7 +112,7 @@ entry {
listview {
enabled: true;
columns: 2;
lines: 8;
lines: 3;
spacing: 4px;
dynamic: true;
cycle: true;
@ -129,7 +129,7 @@ listview {
element {
enabled: true;
padding: 5px;
margin: 2px;
margin: 5px;
cursor: pointer;
background-color: transparent;
border-radius: 10px;
@ -184,7 +184,7 @@ element alternate.active {
element-icon {
background-color: transparent;
text-color: inherit;
size: 32px;
size: 100px;
cursor: inherit;
}

Loading…
Cancel
Save