From 84514ae1e87de4c4574f5cb40d36a921985aabff Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Mon, 6 Jan 2025 10:45:28 -0500 Subject: [PATCH] Fix rofi config --- config/rofi/config.rasi | 2 +- config/rofi/gruvbox-common.rasinc.rasi | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index ff43f32..c753c0e 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,3 +1,4 @@ +@import "gruvbox-common.rasinc" * { /* Theme settings */ highlight: bold italic; @@ -33,4 +34,3 @@ selected-urgent-foreground: @urgent-foreground; } -@import "gruvbox-common.rasinc.rasi" diff --git a/config/rofi/gruvbox-common.rasinc.rasi b/config/rofi/gruvbox-common.rasinc.rasi index b479beb..6c7fa30 100644 --- a/config/rofi/gruvbox-common.rasinc.rasi +++ b/config/rofi/gruvbox-common.rasinc.rasi @@ -1,17 +1,9 @@ -/* ========================================================================== - File: gruvbox-common.rasi - Desc: Shared rules between all gruvbox themes - Author: bardisty - Source: https://github.com/bardisty/gruvbox-rofi - Modified: Mon Feb 12 2018 06:06:47 PST -0800 - ========================================================================== */ - configuration { - modi: "drun"; + modi: "drun"; show-icons: true; icon-theme: "Papirus-Dark"; display-drun: ""; - drun-display-format: "{name}"; + drun-display-format: "{name}"; } window {