From 39c3d9e3a75b82f50948dddc33aa5d81ad30b520 Mon Sep 17 00:00:00 2001 From: ktyl Date: Tue, 17 Aug 2021 00:23:54 +0100 Subject: [PATCH] update rofi conf --- .config/rofi/config | 9 --------- .config/rofi/config.old | 9 --------- .config/rofi/config.rasi | 4 ++-- 3 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 .config/rofi/config delete mode 100755 .config/rofi/config.old diff --git a/.config/rofi/config b/.config/rofi/config deleted file mode 100644 index cfc5ae8..0000000 --- a/.config/rofi/config +++ /dev/null @@ -1,9 +0,0 @@ -rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi - -rofi.modi: window,run,ssh -rofi.font: Misc Tamsyn 12 -rofi.separator-style: none -rofi.auto-select: false -rofi.lines: 1 -rofi.width: 25 -rofi.hide-scrollbar: true diff --git a/.config/rofi/config.old b/.config/rofi/config.old deleted file mode 100755 index cfc5ae8..0000000 --- a/.config/rofi/config.old +++ /dev/null @@ -1,9 +0,0 @@ -rofi.theme: ~/.cache/wal/colors-rofi-dark.rasi - -rofi.modi: window,run,ssh -rofi.font: Misc Tamsyn 12 -rofi.separator-style: none -rofi.auto-select: false -rofi.lines: 1 -rofi.width: 25 -rofi.hide-scrollbar: true diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 10e1640..4197a19 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,10 +1,10 @@ configuration { modi: "window,run,ssh"; - width: 25; + width: 20; lines: 1; auto-select: false; separator-style: "none"; hide-scrollbar: true; fake-transparency: true; - theme: "~/.cache/wal/colors-rofi-light.rasi"; + theme: "~/.cache/wal/colors-rofi-dark.rasi"; }