diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index 644ca18..0000000 --- a/.config/rofi/config +++ /dev/null @@ -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 diff --git a/.config/rofi/theme.rasi b/.config/rofi/config.rasi similarity index 94% rename from .config/rofi/theme.rasi rename to .config/rofi/config.rasi index 758a106..ca35af1 100644 --- a/.config/rofi/theme.rasi +++ b/.config/rofi/config.rasi @@ -1,3 +1,12 @@ +configuration { + modi: "drun,run"; + width: 450; + font: "Inconsolata 11"; + location: 2; + yoffset: 60; + xoffset: 0; +} + * { maincolor: #282a38; urgentcolor: #dfdfdf;