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.
This commit is contained in:
Riyyi
2021-09-01 15:00:40 +02:00
parent 309882f87d
commit 58ce700a65
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -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
View File
@@ -2,8 +2,10 @@
window { window {
border: 4; border: 4;
width: 50%;
} }
listview { listview {
lines: 8;
scrollbar: false; scrollbar: false;
} }