10 lines
293 B
Text
10 lines
293 B
Text
configuration {
|
|
modi: "combi,ssh,run,window";
|
|
font: "hack 10";
|
|
show-icons: true;
|
|
ssh-command: "{terminal} -e bash -ic "ssh {host} [-p {port}]"";
|
|
icon-theme: ""Papirus-Dark"";
|
|
drun-display-format: ""{name}"";
|
|
combi-modi: "drun,ssh,run";
|
|
theme: "/usr/share/rofi/themes/Arc-Dark.rasi";
|
|
}
|