19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
configuration {
|
|
show-icons: true;
|
|
|
|
display-ssh: " ssh:";
|
|
display-run: " run:";
|
|
display-drun: " drun:";
|
|
display-window: " window:";
|
|
display-combi: " combi:";
|
|
display-filebrowser: " filebrowser:";
|
|
|
|
border: 2px; /* Évitez 1px sur les écrans haute résolution */
|
|
border-radius: 10px; /* Des coins arrondis lissent l'aspect visuel */
|
|
border-color: @mauve;
|
|
|
|
font: "JetBrainsMono Nerd Font 12";
|
|
}
|
|
|
|
@theme "~/.config/rofi/catppuccin-lavrent-mocha.rasi"
|