54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
configuration {
|
|
modi: "drun";
|
|
show-icons: false;
|
|
drun-display-format: "{name}";
|
|
}
|
|
|
|
@import "../config.rasi"
|
|
@import "../colors.rasi"
|
|
|
|
|
|
window {
|
|
enabled: true;
|
|
cursor: "default";
|
|
}
|
|
|
|
|
|
mainbox {
|
|
children: [ "message", "listview", "inputbar" ];
|
|
}
|
|
|
|
|
|
inputbar {
|
|
enabled: true;
|
|
|
|
children: [ "textbox-prompt-colon", "entry", "mode-switcher" ];
|
|
}
|
|
|
|
listview {
|
|
enabled: true;
|
|
columns: 2;
|
|
lines: 8;
|
|
cycle: true;
|
|
dynamic: true;
|
|
scrollbar: false;
|
|
layout: vertical;
|
|
reverse: false;
|
|
fixed-height: true;
|
|
fixed-columns: true;
|
|
orientation: horizontal;
|
|
horizontal-align: 0.0;
|
|
}
|
|
|
|
element {
|
|
|
|
|
|
children: [ "element-text" ];
|
|
}
|
|
element-text {
|
|
horizontal-align: 0.0;
|
|
}
|
|
|
|
span {
|
|
text-color:red;
|
|
} |