2020-09-18 21:36:08 +00:00
|
|
|
configuration {
|
|
|
|
modi: "combi,ssh,run,window";
|
2021-04-09 20:15:26 +00:00
|
|
|
font: "JetBrains Mono 13";
|
2020-09-18 21:36:08 +00:00
|
|
|
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";
|
2021-02-25 13:43:04 +00:00
|
|
|
theme: "dracula.rasi";
|
2020-09-18 21:36:08 +00:00
|
|
|
}
|