From acc4f0f3d364cfd8ea192962a03f838c947550da Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 19 Jan 2021 16:46:18 +0100 Subject: [PATCH] Add rofi configuration Signed-off-by: Severin Kaderli --- system/.config/rofi/config.rasi | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 system/.config/rofi/config.rasi diff --git a/system/.config/rofi/config.rasi b/system/.config/rofi/config.rasi new file mode 100644 index 0000000..45f9a58 --- /dev/null +++ b/system/.config/rofi/config.rasi @@ -0,0 +1,10 @@ +configuration { + width: 25; + fixed-num-lines: false; + location: 3; + xoffset: -10; + yoffset: 55; + separator-style: "solid"; +} + +@import "~/.cache/wal/colors-rofi-dark" \ No newline at end of file