From 58ce700a659c60ac51d2f973b5c5c2f753ced5d0 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 1 Sep 2021 15:00:40 +0200 Subject: [PATCH] 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. --- .config/rofi/config.rasi | 2 -- .config/rofi/theme-overrides.rasi | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 5486528..da470cf 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -10,8 +10,6 @@ configuration { /* Layout */ font: "DejaVu Sans Mono, Font Awesome 5 Free 12"; - lines: 8; - width: 50; /* Icons */ icon-theme: "Arc"; diff --git a/.config/rofi/theme-overrides.rasi b/.config/rofi/theme-overrides.rasi index 1e9f971..3593bfa 100644 --- a/.config/rofi/theme-overrides.rasi +++ b/.config/rofi/theme-overrides.rasi @@ -2,8 +2,10 @@ window { border: 4; + width: 50%; } listview { + lines: 8; scrollbar: false; }