/** * Boreal — app-launcher override (themes//launcher.rasi). * Installed to ~/.local/share/rofi/themes/launcher.rasi and used only by * `rofi -show drun` (the SUPER+Space / SUPER+D launcher). It inherits the * frosted aurora panel from the sibling custom.rasi (the active theme), * then reshapes the list into a 4×3 grid of large application icons. * Text menus keep the list — they don't use this theme. */ @import "custom.rasi" window { width: 780px; } listview { columns: 4; lines: 3; fixed-columns: true; spacing: 10px; padding: 6px 0px 0px 0px; } element { orientation: vertical; padding: 16px 8px; spacing: 10px; border-radius: 12px; } element-icon { size: 56px; horizontal-align: 0.5; } element-text { horizontal-align: 0.5; vertical-align: 0.5; }