dotfiles/config/rofi/config.rasi

29 lines
764 B
Plaintext

configuration {
modi: "window,run,ssh,combi,emoji,calc,drun";
font: "Ubuntu mono 16";
terminal: "xfce4-terminal";
ssh-client: "ssh";
ssh-command: "{terminal} -e "{ssh-client} {host}"";
show-icons: true;
display-drun: " ";
display-run: " ";
display-ssh: " ";
display-clipboard: " ";
display-emoji: " ";
display-calc: " ";
display-filebrowser: " ";
display-window: " ";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
window-format: "{w} · {c} · {t}";
}
/*---- import color theme here ----*/
/*@import "~/.config/rofi/themes/dark.rasi"*/
@import "~/.config/rofi/themes/dracula.rasi"
/*---- import theme here ----*/
@import "~/.config/rofi/themes/base.rasi"