80 lines
1.1 KiB
Plaintext
80 lines
1.1 KiB
Plaintext
|
|
configuration {
|
||
|
|
display-drun: "Applications:";
|
||
|
|
display-window: "Windows:";
|
||
|
|
drun-display-format: "{name}";
|
||
|
|
font: "JetBrains Nerd Font Medium 12";
|
||
|
|
}
|
||
|
|
|
||
|
|
@theme "/dev/null"
|
||
|
|
|
||
|
|
* {
|
||
|
|
bg: #1d202170;
|
||
|
|
bg-alt: #28282866;
|
||
|
|
bg-selected: #32302f66;
|
||
|
|
|
||
|
|
fg: #ebdbb2;
|
||
|
|
fg-alt: #d5c4a1;
|
||
|
|
|
||
|
|
|
||
|
|
border: 0;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
spacing: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
window {
|
||
|
|
width: 30%;
|
||
|
|
background-color: @bg;
|
||
|
|
}
|
||
|
|
|
||
|
|
element {
|
||
|
|
padding: 8 12;
|
||
|
|
background-color: transparent;
|
||
|
|
text-color: @fg-alt;
|
||
|
|
}
|
||
|
|
|
||
|
|
element selected {
|
||
|
|
text-color: @fg;
|
||
|
|
background-color: @bg-selected;
|
||
|
|
}
|
||
|
|
|
||
|
|
element-text {
|
||
|
|
background-color: transparent;
|
||
|
|
text-color: inherit;
|
||
|
|
vertical-align: 0.5;
|
||
|
|
}
|
||
|
|
|
||
|
|
element-icon {
|
||
|
|
size: 40;
|
||
|
|
padding: 0 10 0 0;
|
||
|
|
background-color: transparent;
|
||
|
|
}
|
||
|
|
|
||
|
|
entry {
|
||
|
|
padding: 12;
|
||
|
|
background-color: @bg-alt;
|
||
|
|
text-color: @fg;
|
||
|
|
}
|
||
|
|
|
||
|
|
inputbar {
|
||
|
|
children: [prompt, entry];
|
||
|
|
background-color: @bg;
|
||
|
|
}
|
||
|
|
|
||
|
|
listview {
|
||
|
|
background-color: @bg;
|
||
|
|
columns: 1;
|
||
|
|
lines: 6;
|
||
|
|
}
|
||
|
|
|
||
|
|
mainbox {
|
||
|
|
children: [inputbar, listview];
|
||
|
|
background-color: @bg;
|
||
|
|
}
|
||
|
|
|
||
|
|
prompt {
|
||
|
|
enabled: true;
|
||
|
|
padding: 12 0 0 12;
|
||
|
|
background-color: @bg-alt;
|
||
|
|
text-color: @fg;
|
||
|
|
}
|