From 26694e09e8f5bf2262737312e7ad217118db20de Mon Sep 17 00:00:00 2001 From: joott Date: Wed, 30 Jul 2025 15:53:29 -0400 Subject: switching to yadm --- .config/rofi/config.rasi | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .config/rofi/config.rasi (limited to '.config/rofi/config.rasi') diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..ba7ac15 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,16 @@ +configuration{ + modes: "drun,window"; + icon-theme: "Papirus"; + show-icons: true; + sidebar-mode: false; +} + +@import "colors" + +* { + font: "Lilex Nerd Font 14"; +} + +scrollbar { + handle-color: @accent; +} -- cgit v1.3