Browse Source

seems height is better

pull/73/head
JaKooLit 2 years ago
parent
commit
ce747fcfbd
  1. 2
      config/rofi/config.rasi
  2. 2
      config/rofi/resolution/1080p/config.rasi
  3. 2
      config/rofi/resolution/1440p/config.rasi

2
config/rofi/config.rasi

@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

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

@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

2
config/rofi/resolution/1440p/config.rasi

@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: vertical; orientation: vertical;
padding: 8px; padding: 8px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", height);
children: [ "inputbar", "imagebox" ]; children: [ "inputbar", "imagebox" ];
border-radius: 12px; border-radius: 12px;
} }

Loading…
Cancel
Save