26 lines
349 B
Plaintext
26 lines
349 B
Plaintext
configuration {
|
|
modes: [ combi ];
|
|
combi-modes: [ window, drun, run, dmenu ];
|
|
font: "Inconsolata 13";
|
|
}
|
|
|
|
@theme "theme"
|
|
|
|
window {
|
|
location: north;
|
|
anchor: north;
|
|
background-color: @background;
|
|
border: 1;
|
|
padding: 5;
|
|
y-offset: 29;
|
|
}
|
|
|
|
element-icon {
|
|
size: 1em;
|
|
padding: 2px;
|
|
}
|
|
|
|
element-text {
|
|
vertical-align: 0.5;
|
|
}
|