Configure Catppuccin Frappe theme to Rofi

This commit is contained in:
Fabio Scotto di Santolo
2024-08-03 14:49:12 +02:00
parent 9e7cfe7507
commit 96aa21ecc3

View File

@@ -1,14 +1,18 @@
configuration{ configuration{
modes: [ combi ]; modi: "run,drun,window";
combi-modes: [ window, drun, run ]; 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;
}