Moved config before info
New rofi format requires config to be above info
This commit is contained in:
parent
f1c87ffde7
commit
4c570dffa8
1 changed files with 9 additions and 9 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue