2025-12-07 11:30:51 +01:00
|
|
|
@theme "~/.local/share/rofi/themes/boussole.rasi"
|
2025-12-07 11:51:54 +01:00
|
|
|
|
|
|
|
|
configuration {
|
|
|
|
|
|
|
|
|
|
modi: "drun,run";
|
|
|
|
|
display-drun: "Applications";
|
|
|
|
|
display-run: "Run";
|
|
|
|
|
drun-display-format: "{icon} {name}";
|
|
|
|
|
sort: true;
|
|
|
|
|
sorting-method: "fzf";
|
|
|
|
|
|
|
|
|
|
/* Icons */
|
|
|
|
|
show-icons: false;
|
|
|
|
|
/* icon-theme: "Gruvbox-Plus-Dark"; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|