Added Rofi configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-08-31 15:05:57 +02:00
parent a7b42012ed
commit 159d16d4bd
7 changed files with 419 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@theme "catppuccin"
configuration {
modi: "drun,window,filebrowser,ssh";
icon-theme: "Papirus";
show-icons: true;
terminal: "alacritty";
drun-display-format: "{icon} {name}";
location: 0;
disable-history: false;
hide-scrollbar: false;
sidebar-mode: true;
display-ssh: "󰣀 ssh:";
display-run: "󱓞 run:";
display-drun: "󰣖 drun:";
display-window: "󱂬 window:";
display-combi: "󰕘 combi:";
display-filebrowser: "󰉋 filebrowser:";
}