From 4c570dffa8d696c9d19a66a99ff6b837bd3ce475 Mon Sep 17 00:00:00 2001 From: Aswin P Ajayan Date: Mon, 6 Jul 2020 19:58:22 +0530 Subject: [PATCH] Moved config before info New rofi format requires config to be above info --- User Themes/Pop-Material-like.rasi | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/User Themes/Pop-Material-like.rasi b/User Themes/Pop-Material-like.rasi index 7d69052..da27ee0 100644 --- a/User Themes/Pop-Material-like.rasi +++ b/User Themes/Pop-Material-like.rasi @@ -1,3 +1,12 @@ +configuration { + display-drun: "  "; + display-run: "  "; + display-window: "  "; + display-ssh: "~#"; + show-icons: false; + sidebar-mode: true; + font: "FreeSerif 10"; +} /** * Author: Primetoxinz * Added Material flavour by Aswin @@ -38,15 +47,6 @@ selected-active-background: @black; active-background: @orange; } -configuration { - display-drun: "  "; - display-run: "  "; - display-window: "  "; - display-ssh: "~#"; - show-icons: false; - sidebar-mode: true; - font: "FreeSerif 10"; -} #window { border: 0; text-color: @foreground;