Browse Source

Config: Make Rofi compatible with new theme format

Rofi 1.7.0 removed the theme backwards compatibility hack, this
patch updates the config to properly support the new theme format.
master
Riyyi 3 years ago
parent
commit
58ce700a65
  1. 2
      .config/rofi/config.rasi
  2. 2
      .config/rofi/theme-overrides.rasi

2
.config/rofi/config.rasi

@ -10,8 +10,6 @@ configuration {
/* Layout */ /* Layout */
font: "DejaVu Sans Mono, Font Awesome 5 Free 12"; font: "DejaVu Sans Mono, Font Awesome 5 Free 12";
lines: 8;
width: 50;
/* Icons */ /* Icons */
icon-theme: "Arc"; icon-theme: "Arc";

2
.config/rofi/theme-overrides.rasi

@ -2,8 +2,10 @@
window { window {
border: 4; border: 4;
width: 50%;
} }
listview { listview {
lines: 8;
scrollbar: false; scrollbar: false;
} }

Loading…
Cancel
Save