From 8d46857b906507267cd17bcd1f71b7999650e6e0 Mon Sep 17 00:00:00 2001 From: David Todd Date: Mon, 11 Jan 2021 14:13:49 -0600 Subject: [PATCH] Move all rofi config out of Xresources --- .config/.rofi/config.rasi | 10 ++++++++++ Xresources | 16 ---------------- 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/.config/.rofi/config.rasi b/.config/.rofi/config.rasi index 00d83e4..15f2707 100644 --- a/.config/.rofi/config.rasi +++ b/.config/.rofi/config.rasi @@ -1,3 +1,13 @@ configuration { + color-enabled: true; theme: "iceberg-dark"; + separator-style: solid; + sindebar-mode: false; + lines: 5; + font: "Source Code Pro Semibold 10.5"; + bw: 1; + columns: 3; + padding: 5; + fixed-num-lines: true; + hide-scrollbar: true; } diff --git a/Xresources b/Xresources index 75e3ee1..e661dea 100644 --- a/Xresources +++ b/Xresources @@ -27,19 +27,3 @@ URxvt*cursorBlink: true URxvt*saveLines: 99999 URxvt*internalBorder: 5 URxvt*geometry: 70x19 - -rofi.color-enabled: true -rofi.color-window: #1e1e20, #dc7f41, #dc7f41 -rofi.color-normal: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41 -rofi.color-active: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41 -rofi.color-urgent: #1e1e20, #c5c8c6, #1e1e20, #1e1e20, #dc7f41 - -rofi.separator-style: solid -rofi.sidebar-mode: false -rofi.lines: 5 -rofi.font: Source Code Pro Semibold 10.5 -rofi.bw: 1 -rofi.columns: 2 -rofi.padding: 5 -rofi.fixed-num-lines: true -rofi.hide-scrollbar: true