From 44978cb135d920abec7a6123ad73b199d13d2520 Mon Sep 17 00:00:00 2001 From: awy Date: Wed, 28 Aug 2024 03:22:07 +0300 Subject: move to rofi --- .config/rofi/config.rasi | 17 +++++++++++++++++ 1 file changed, 17 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..f517c83 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,17 @@ +configuration{ + modi: "run,drun,window"; + icon-theme: "Oranchelo"; + show-icons: true; + terminal: "kitty"; + drun-display-format: "{icon} {name}"; + location: 0; + disable-history: false; + hide-scrollbar: true; + display-drun: "  Apps "; + display-run: "  Run "; + display-window: " 󰕰 Window"; + display-Network: " 󰤨 Network"; + sidebar-mode: true; +} + +@theme "catppuccin" -- cgit v1.2.3