Browse Source

tweaked rofi 1080p config

pull/31/head
JaKooLit 2 years ago
parent
commit
03ba43f9fd
  1. 4
      config/rofi/config.rasi
  2. 4
      config/rofi/resolution/1080p/config.rasi

4
config/rofi/config.rasi

@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
lines: 8;
lines: 7;
spacing: 4px;
dynamic: true;
cycle: true;

4
config/rofi/resolution/1080p/config.rasi

@ -47,7 +47,7 @@ mainbox {
enabled: true;
orientation: horizontal;
padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", width);
background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ];
border-radius: 10px;
}
@ -125,7 +125,7 @@ button selected {
listview {
enabled: true;
columns: 1;
lines: 8;
lines: 7;
spacing: 4px;
dynamic: true;
cycle: true;

Loading…
Cancel
Save