mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-22 06:44:41 +01:00
22 lines
594 B
Plaintext
22 lines
594 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}";
|
|
}
|
|
|
|
@theme "~/.config/rofi/mytheme.rasi"
|