From a314236670ea0fc5a2be3c99d46715e9b97d499c Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 28 Nov 2021 20:52:55 +0000 Subject: [PATCH] rofi: Update configuration for >= 1.7.1 Fix theming and window size since the update had breaking changes. Signed-off-by: Joe Groocock --- rofi/arc-dark.rasi | 2 +- rofi/config.rasi | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/rofi/arc-dark.rasi b/rofi/arc-dark.rasi index f620045..bd3792b 100644 --- a/rofi/arc-dark.rasi +++ b/rofi/arc-dark.rasi @@ -8,7 +8,7 @@ window { border: 0.3em; border-color: #2f343f; padding: 0.8em; - background-color: rgba(56, 60, 74, 0.95); + background-color: rgba(56, 60, 74, 0.8); transparency: "real"; } diff --git a/rofi/config.rasi b/rofi/config.rasi index edd2657..20ad566 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -1,9 +1,6 @@ configuration { - theme: "arc-dark"; font: "sans 14"; dpi: 0; - width: 35; - lines: 10; /* show-icons: true; */ separator-style: "solid"; @@ -142,4 +139,15 @@ configuration { /* me-accept-custom: "Control+MouseDPrimary";*/ } +@theme "arc-dark" + +window { + width: 700; +} + +listview { + lines: 10; + columns: 1; +} + /* vim: ft=css sw=2 */