From 0f8b7f779671dd64ca9702b0932b99c44893aa57 Mon Sep 17 00:00:00 2001 From: elena Date: Wed, 9 Jan 2019 20:29:01 +0200 Subject: [PATCH] fixed rofi config parsing error --- config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rofi/config.rasi b/config/rofi/config.rasi index 56d3bd9..9e0424e 100644 --- a/config/rofi/config.rasi +++ b/config/rofi/config.rasi @@ -1,5 +1,3 @@ -@import "colors.rasi" - configuration { modi: "combi,windowcd,run"; lines: 10; @@ -206,3 +204,5 @@ textbox-prompt-colon { margin: 0px 0.3000em 0.0000em 0.0000em ; text-color: inherit; } + +@import "colors.rasi"