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:
@@ -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,8 +2,10 @@
|
|||||||
|
|
||||||
window {
|
window {
|
||||||
border: 4;
|
border: 4;
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
|
lines: 8;
|
||||||
scrollbar: false;
|
scrollbar: false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user