/** * ABOUTME: Shared base theme for simple list applets (clipboard, vpn, cpugov, volume, bluetooth). * ABOUTME: Provides no-icon dmenu layout — individual themes override window size and listview lines. **/ configuration { modi: "drun"; show-icons: false; drun-display-format: "{name}"; } @import "../config.rasi" @import "../colors.rasi" mainbox { children: [ "message", "listview", "inputbar" ]; } inputbar { enabled: true; children: [ "textbox-prompt-colon", "entry", "mode-switcher" ]; } listview { enabled: true; columns: 1; lines: 8; cycle: true; dynamic: true; scrollbar: false; layout: vertical; reverse: false; fixed-height: true; fixed-columns: true; } element-icon { size: 0px; }