dotfiles/.config/rofi/config.rasi.cgt

10 lines
231 B
Plaintext
Raw Normal View History

2021-06-01 13:12:00 +02:00
configuration {
2021-09-01 12:42:03 +02:00
/* requires rofi-emoji */
2022-07-11 15:56:42 +02:00
modi: "window,drun,combi,emoji,nheko";
font: "<% opt.font %> 12";
2021-06-01 13:12:00 +02:00
show-icons: true;
icon-theme: "candy-icons";
2022-07-11 15:56:42 +02:00
combi-modi: "drun,nheko,window,run";
2021-06-01 13:12:00 +02:00
}
2022-07-11 17:38:28 +02:00
@theme "dracula-sidebar.rasi"