From 55b04ac77dd8f1785d472eed58f8fec25fc1191b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 14 Nov 2021 12:09:18 -0500 Subject: [PATCH] rofi: Update config to 1.7.0 Now the application launcher plays nicely with the newest version of rofi. --- rofi/.config/rofi/config.rasi | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/rofi/.config/rofi/config.rasi b/rofi/.config/rofi/config.rasi index a37863f3..bb86e031 100644 --- a/rofi/.config/rofi/config.rasi +++ b/rofi/.config/rofi/config.rasi @@ -3,13 +3,25 @@ configuration { font: "Hack 12"; show-icons: true; bw: 0; - theme: "~/.cache/wal/colors-rofi-dark.rasi"; drun-icon-theme: "Papirus-Dark"; terminal: "kitty"; scroll-method: 1; - columns: 3; - width: 70; display-drun: "Search"; } +@theme "~/.cache/wal/colors-rofi-dark.rasi" + +element-text { + background-color: inherit; + text-color: inherit; +} + +listview { + columns: 3; +} + +window { + width: 1200px; +} + // vim:syn=java