Moved config before info

New rofi format requires config to be above info
This commit is contained in:
Aswin P Ajayan 2020-07-06 19:58:22 +05:30 committed by GitHub
parent f1c87ffde7
commit 4c570dffa8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,12 @@
configuration {
display-drun: "  ";
display-run: "  ";
display-window: "  ";
display-ssh: "~#";
show-icons: false;
sidebar-mode: true;
font: "FreeSerif 10";
}
/** /**
* Author: Primetoxinz * Author: Primetoxinz
* Added Material flavour by Aswin * Added Material flavour by Aswin
@ -38,15 +47,6 @@
selected-active-background: @black; selected-active-background: @black;
active-background: @orange; active-background: @orange;
} }
configuration {
display-drun: "  ";
display-run: "  ";
display-window: "  ";
display-ssh: "~#";
show-icons: false;
sidebar-mode: true;
font: "FreeSerif 10";
}
#window { #window {
border: 0; border: 0;
text-color: @foreground; text-color: @foreground;