Remove useless rofi config file
Rofi from 1.4.0 version can be configured with single config.rasi file.
This commit is contained in:
parent
f7324dc482
commit
00db2416e0
@ -1,8 +0,0 @@
|
|||||||
rofi.modi: drun,run
|
|
||||||
rofi.font: Inconsolata 11
|
|
||||||
rofi.m: 0 /* monitor */
|
|
||||||
rofi.width: 450
|
|
||||||
rofi.theme: theme
|
|
||||||
rofi.location: 2
|
|
||||||
rofi.xoffset: 0
|
|
||||||
rofi.yoffset: 60
|
|
@ -1,3 +1,12 @@
|
|||||||
|
configuration {
|
||||||
|
modi: "drun,run";
|
||||||
|
width: 450;
|
||||||
|
font: "Inconsolata 11";
|
||||||
|
location: 2;
|
||||||
|
yoffset: 60;
|
||||||
|
xoffset: 0;
|
||||||
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
maincolor: #282a38;
|
maincolor: #282a38;
|
||||||
urgentcolor: #dfdfdf;
|
urgentcolor: #dfdfdf;
|
Loading…
x
Reference in New Issue
Block a user