From 00db2416e033c84bef61f73414d92ce8c1009b73 Mon Sep 17 00:00:00 2001 From: Wiktor Zykubek Date: Fri, 22 May 2020 16:23:11 +0200 Subject: [PATCH] Remove useless rofi config file Rofi from 1.4.0 version can be configured with single config.rasi file. --- .config/rofi/config | 8 -------- .config/rofi/{theme.rasi => config.rasi} | 9 +++++++++ 2 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .config/rofi/config rename .config/rofi/{theme.rasi => config.rasi} (94%) 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;