Extract common applet pattern (no-icon dmenu layout) into applet.rasi. Reduce clipboard, vpn, cpugov, volume, and bluetooth themes to pure overrides — eliminates ~380 lines of duplication. Also fixes broken fonts.rasi import in bluetooth.rasi.
15 lines
260 B
Plaintext
15 lines
260 B
Plaintext
/**
|
|
* ABOUTME: Rofi theme for clipboard history applet.
|
|
* ABOUTME: Wider window and more lines for browsing clipboard entries.
|
|
**/
|
|
|
|
@import "applet.rasi"
|
|
|
|
window {
|
|
width: 600px;
|
|
}
|
|
|
|
listview {
|
|
lines: 10;
|
|
}
|