Update the rofi config format
This commit is contained in:
parent
98a74f6279
commit
36266195d1
2 changed files with 10 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
|||
rofi.combi-modi: drun,ssh,run
|
||||
rofi.font: hack 10
|
||||
rofi.modi: combi,ssh,run,window
|
||||
rofi.theme: /usr/share/rofi/themes/Arc-Dark.rasi
|
||||
|
||||
rofi.ssh-command: {terminal} -e bash -ic "ssh {host} [-p {port}];"
|
||||
|
||||
rofi.show-icons: true
|
||||
rofi.icon-theme: "Papirus-Dark"
|
||||
rofi.drun-display-format: "{name}"
|
10
.config/rofi/config.rasi
Normal file
10
.config/rofi/config.rasi
Normal file
|
@ -0,0 +1,10 @@
|
|||
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";
|
||||
}
|
Loading…
Reference in a new issue