From 80fc3e7f0c85779b169a0b7b7b48378f3392f62f Mon Sep 17 00:00:00 2001 From: Anthony Oteri Date: Tue, 29 Aug 2023 17:19:27 -0400 Subject: [PATCH] Add back rofi configuration --- .config/rofi/config.rasi | 44 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .config/rofi/config.rasi diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..8f74246 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,44 @@ +/* +# ____ __ _ +# | _ \ ___ / _(_) +# | |_) / _ \| |_| | +# | _ < (_) | _| | +# |_| \_\___/|_| |_| +# +# by Stephan Raabe (2023) +# ----------------------------------------------------- +*/ + +configuration { + display-drun: "Applications"; + display-window: "Windows"; + drun-display-format: "{name}"; + font: "Fira Sans SemiBold 11"; + modi: "window,run,drun"; +} + +/* Dark theme. */ +//@import "~/.cache/wal/colors-rofi-dark" + +window { + width:700px; +} + +element { + padding:6; +} + +element-text selected { + text-color:@background; +} + +prompt { + text-color:#ffffff; +} + +entry { + text-color:#ffffff; +} + +/* vim: ft=sass +