nixos-config/templates/themes/fair-and-square/{{ cookiecutter.name | slugify }}/config/rofi/config.rasi
2020-10-07 06:24:55 +08:00

10 lines
278 B
Plaintext
Executable File

configuration {
display-drun: "Application";
display-run: "Execute";
display-window: "Window";
display-ssh: "SSH";
font: "{{ cookiecutter.font.mono.name }} {{ cookiecutter.font.mono.baseSize }}";
show-icons: true;
theme: "themes/fds-mini-sidebar";
}