dotfiles/.config/rofi/runner.rasi

46 lines
597 B
Plaintext

configuration {
show-icons: true;
modi: "drun";
drun-display-format: "{name}";
cycle: true;
display-drun: ">>> ";
}
* {
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;
}