Browse Source

tweaked rofi

pull/31/head
JaKooLit 2 years ago
parent
commit
8ce5f46669
  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: horizontal; orientation: horizontal;
padding: 20px; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
} }

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

@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
} }

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

@ -47,7 +47,7 @@ mainbox {
enabled: true; enabled: true;
orientation: horizontal; orientation: horizontal;
padding: 20px; padding: 20px;
background-image: url("~/.config/rofi/.current_wallpaper", width); background-image: url("~/.config/rofi/.current_wallpaper", both);
children: [ "imagebox", "listbox" ]; children: [ "imagebox", "listbox" ];
border-radius: 10px; border-radius: 10px;
} }

Loading…
Cancel
Save