14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
/** Basic config file **/
|
|
|
|
configuration {
|
|
show-icons: true;
|
|
icon-theme: "{{ icon-theme }}";
|
|
display-drun: "";
|
|
display-run: "🏃🏽♂️ ";
|
|
display-window: "🗔 ";
|
|
display-combi: "🔎 ";
|
|
dpi: 160;
|
|
}
|
|
|
|
@theme "style.rasi"
|