From f3ffbe4ee1b0e06b2e9e5a40b0c8a83935e98099 Mon Sep 17 00:00:00 2001 From: Patrick Seidensal Date: Tue, 8 Dec 2020 19:19:36 +0100 Subject: [PATCH] Fix filename of inc file This fix renames the `gruvbox-common.inc` to `gruvbox-common.inc.rasi`, which leads to the filename being installed by `install.sh` and found by Rofi. `gruvbox-common.inc.rasi` is the file name Rofi expects to find, when I start Rofi with the gruvbox dark theme. Signed-off-by: Patrick Seidensal --- Official Themes/{gruvbox-common.inc => gruvbox-common.inc.rasi} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Official Themes/{gruvbox-common.inc => gruvbox-common.inc.rasi} (100%) diff --git a/Official Themes/gruvbox-common.inc b/Official Themes/gruvbox-common.inc.rasi similarity index 100% rename from Official Themes/gruvbox-common.inc rename to Official Themes/gruvbox-common.inc.rasi