27 lines
610 B
Text
27 lines
610 B
Text
/*
|
|
* AUTHOR: Luca
|
|
*/
|
|
|
|
configuration{
|
|
modi: "drun,run,window,filebrowser,emoji";
|
|
font: "Roboto Bold 12";
|
|
prompt-font: "JetBrainsMono Nerd Font 12";
|
|
|
|
show-icons: true;
|
|
icon-theme: "Papirus-Dark";
|
|
terminal: "kitty";
|
|
drun-display-format: "{icon} {name}";
|
|
disable-history: false;
|
|
hide-scrollbar: false;
|
|
display-drun: " ";
|
|
display-run: " ";
|
|
display-emoji: " 😶 ";
|
|
display-window: " ";
|
|
display-Network: " ";
|
|
display-filebrowser: " ";
|
|
sidebar-mode: true;
|
|
opacity: 80;
|
|
}
|
|
|
|
@theme "~/.config/rofi/themes/luncher.rasi"
|
|
|