17 lines
532 B
Plaintext
17 lines
532 B
Plaintext
// Imports
|
|
@import "./themes/colors.rasi"
|
|
@import "./themes/fonts.rasi"
|
|
@import "./themes/theme.rasi"
|
|
@import "./themes/options.rasi"
|
|
|
|
|
|
// Configuration
|
|
configuration {
|
|
modi: "drun,window";
|
|
show-icons: false;
|
|
display-drun: " ";
|
|
display-window: " ";
|
|
drun-display-format: "{name}";
|
|
window-format: "{w} · {c} · {t}";
|
|
}
|