From 96aa21ecc3e0a71df878f955d608276fbd58d042 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Sat, 3 Aug 2024 14:49:12 +0200 Subject: [PATCH] Configure Catppuccin Frappe theme to Rofi --- rofi/dot-config/rofi/config.rasi | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/rofi/dot-config/rofi/config.rasi b/rofi/dot-config/rofi/config.rasi index e8755b6..dfbf379 100644 --- a/rofi/dot-config/rofi/config.rasi +++ b/rofi/dot-config/rofi/config.rasi @@ -1,14 +1,18 @@ -configuration { - modes: [ combi ]; - combi-modes: [ window, drun, run ]; +configuration{ + modi: "run,drun,window"; + icon-theme: "Oranchelo"; + show-icons: true; + terminal: "alacritty"; + 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 "/usr/share/rofi/themes/Monokai.rasi" +@theme "catppuccin-frappe" -/* Insert theme modifications after this */ - -element { - orientation: horizontal; - children: [ element-text, element-icon ]; - spacing: 5px; -}