2022-04-03 11:35:48 +02:00
|
|
|
configuration {
|
2024-06-10 00:30:56 +02:00
|
|
|
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;
|
2024-06-11 22:59:12 +02:00
|
|
|
display-drun: " ";
|
|
|
|
display-run: " ";
|
|
|
|
display-ssh: " ";
|
|
|
|
display-clipboard: " ";
|
|
|
|
display-emoji: " ";
|
|
|
|
display-calc: " ";
|
|
|
|
display-filebrowser: " ";
|
|
|
|
display-window: " ";
|
2024-06-10 00:30:56 +02:00
|
|
|
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";
|
|
|
|
window-format: "{w} · {c} · {t}";
|
2022-04-03 11:35:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@theme "~/.config/rofi/mytheme.rasi"
|