From 8486782b4adc2184f9f8685d3a0c043d436c3cd3 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Tue, 15 Sep 2020 03:31:21 +0200 Subject: [PATCH] update rofi conf --- .config/rofi/config | 22 ---------------------- .config/rofi/config.rasi | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 22 deletions(-) delete mode 100644 .config/rofi/config create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index e12a9fc..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,22 +0,0 @@ -! ------------------------------------------------------------------------------ -! Color theme -! ------------------------------------------------------------------------------ -rofi.color-normal: #252936, #7780a1, #252936, #1f222d, #ffffff -rofi.color-urgent: #252936, #ff5400, #252936, #1f222d, #ff5400 -rofi.color-active: #252936, #5ac8fa, #252936, #1f222d, #5ac8fa -rofi.color-window: #1f222d, #1f222d, #7780a1 - -! ------------------------------------------------------------------------------ -! Config -! ------------------------------------------------------------------------------ -rofi.location: 0 -rofi.lines: 7 -rofi.font: Roboto Regular 14 -rofi.bw: 0 -rofi.separator-style: none -rofi.width: 25 -rofi.padding: 5 -rofi.matching: normal -rofi.hide-scrollbar: true -rofi.modi: drun,run -rofi.terminal: termite diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..136b5ad --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,17 @@ +configuration { + modi: "drun,run"; + width: 25; + lines: 7; + font: "Roboto Regular 14"; + bw: 0; + location: 0; + padding: 5; + terminal: "termite"; + matching: "normal"; + separator-style: "none"; + hide-scrollbar: true; + color-normal: "#252936, #7780a1, #252936, #1f222d, #ffffff"; + color-urgent: "#252936, #ff5400, #252936, #1f222d, #ff5400"; + color-active: "#252936, #5ac8fa, #252936, #1f222d, #5ac8fa"; + color-window: "#1f222d, #1f222d, #7780a1"; +}