/* Main Config (compact) */ @import "~/.config/rofi/config.rasi" /* ---- Mainbox ---- */ mainbox { children: [ "inputbar", "message", "listview"]; } /* ---- Configuration ---- */ configuration { modi: "drun"; } /* ---- Window ---- */ window { width: 50%; } /* ---- Listview ---- */ listview { columns: 2; lines: 6; fixed-height: false; } /* ---- Entry input ---- */ entry { expand: true; placeholder: " 👀 View / Edit hyprland-dotfiles configs"; } /* ---- Elements ---- */ element { orientation: horizontal; } element-icon { size: 0%; } element-text { horizontal-align: 0.0; margin: 5px 30px 5px 30px; }