added rofi to config

This commit is contained in:
2024-06-24 21:09:36 +10:00
parent a88ce01903
commit 8abb0165d3
2 changed files with 126 additions and 0 deletions

16
.config/rofi/config.rasi Normal file
View File

@@ -0,0 +1,16 @@
configuration{
modi: "run,window,combi";
icon-theme: "Oranchelo";
show-icons: true;
terminal: "alacritty";
drun-display-format: "{icon} {name}";
location: 0;
disable-history: false;
hide-scrollbar: true;
display-combi: " 🖥️ All ";
display-run: " 🏃 Run ";
display-window: " 🪟 Window";
sidebar-mode: true;
}
@theme "catppuccin-mocha"