Add rofi config

This commit is contained in:
2025-04-08 16:48:23 +02:00
parent 3baee2fa40
commit 7f7a933990
6 changed files with 481 additions and 0 deletions

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

@@ -0,0 +1,19 @@
configuration{
modi: "run,drun,window";
icon-theme: "Papirus-Dark";
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-mocha"
@theme "/home/vectorkappa/.local/share/rofi/themes/catppuccin-macchiato.rasi"