/** * Settings used in every rofi option menu: * - i3layoutmenu * - mpdmenu * - powermenu * - scrotmenu */ @import "settings.rasi" * { background-color: @transparent; text-color: @foreground; font: @icon-font; } #window { children: [ horibox ]; background-color: @background-trans; transparency: "background"; } #horibox { children: [ listview ]; } #listview { layout: horizontal; } #element { padding: @option-element-padding; background-color: @background; } #element.selected { background-color: @accent; text-color: @background; }