47 lines
636 B
Plaintext
47 lines
636 B
Plaintext
configuration {
|
|
show-icons: true;
|
|
modi: "combi";
|
|
combi-display-format: "{generic}";
|
|
cycle: true;
|
|
combi-modi: "drun,filebrowser";
|
|
display-combi: ">>> ";
|
|
}
|
|
|
|
* {
|
|
font: "OpenDyslexic Nerd Font 12";
|
|
foreground: #04FFF7;
|
|
background: rgba(23,0,47,0.75);
|
|
}
|
|
|
|
inputbar {
|
|
children: [prompt,entry];
|
|
}
|
|
|
|
entry {
|
|
placeholder: "{App Name}";
|
|
}
|
|
|
|
element.alternate.normal {
|
|
background-color: transparent;
|
|
}
|
|
|
|
element.normal.normal {
|
|
background-color: transparent;
|
|
}
|
|
|
|
element.selected.normal {
|
|
background-color: #9733EE;
|
|
border-radius: 10;
|
|
}
|
|
|
|
window {
|
|
y-offset: 50;
|
|
location: center;
|
|
anchor: center;
|
|
border: 0;
|
|
}
|
|
|
|
listview {
|
|
lines: 5;
|
|
}
|