nixos-config/templates/themes/fair-and-square/{{ cookiecutter.project_slug }}/config/rofi/config.rasi
Gabriel Arazas d01e597918 Restructured the project setup
I've also added a little module for version control systems now that I'm finding myself often packaging software.
2020-09-06 04:50:16 +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";
}