Configure Catppuccin Frappe theme to Rofi
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user