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

19 lines
356 B
Text

<!
local modi = {
"window",
"drun",
"combi",
}
for _, m in ipairs(opt.extra_rofi_modes or {}) do
table.insert(modi, m)
end
!>
configuration {
modi: "<% table.concat(modi, ",") %>";
font: "<% opt.font %> 12";
show-icons: true;
icon-theme: "<% opt.icon_theme %>";
combi-modi: "drun,nheko,window,run";
}
@theme "catppuccin-sidebar.rasi"