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.
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
/**
|
|
* ABOUTME: Rofi theme for Bluetooth device manager applet.
|
|
* ABOUTME: Hides inputbar since bluetooth script manages its own prompts via -p flag.
|
|
**/
|
|
|
|
@import "applet.rasi"
|
|
|
|
inputbar {
|
|
enabled: false;
|
|
}
|