133 lines
1.9 KiB
Plaintext
Executable File
133 lines
1.9 KiB
Plaintext
Executable File
configuration {
|
|
display-drun: "";
|
|
display-clipboard: "";
|
|
drun-display-format: "{name}";
|
|
modi: "drun";
|
|
}
|
|
|
|
@import "~/.config/bspwm/themes/bspwm_nord/rofi/colors.rasi"
|
|
|
|
* {
|
|
font: "JetbrainsMono 10";
|
|
|
|
background-color: @gr;
|
|
separatorcolor: transparent;
|
|
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
spacing: 0;
|
|
}
|
|
|
|
window {
|
|
width: 170px;
|
|
height: 150px;
|
|
border-radius: 0;
|
|
border: 0;
|
|
padding: 10;
|
|
background-color: @bg;
|
|
x-offset: 840px;
|
|
y-offset: -420px;
|
|
}
|
|
|
|
mainbox {
|
|
background-color: @bg;
|
|
children: [listview];
|
|
padding: 0;
|
|
}
|
|
|
|
listview {
|
|
scrollbar: false;
|
|
padding: 2 0;
|
|
background-color: @bg;
|
|
columns: 1;
|
|
lines: 7;
|
|
margin: 8 0 0 0;
|
|
}
|
|
|
|
|
|
inputbar {
|
|
children: [prompt, entry];
|
|
background-color: @gr;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
prompt {
|
|
enabled: false;
|
|
font: "Symbols Nerd Font 10";
|
|
background-color: @gr;
|
|
text-color: @gr2;
|
|
enabled: true;
|
|
border-radius: 0;
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
entry {
|
|
background-color: transparent;
|
|
text-color: @fg;
|
|
placeholder-color: @gr2;
|
|
border-radius: 0;
|
|
placeholder: "Search...";
|
|
blink: false;
|
|
padding: 4;
|
|
}
|
|
|
|
element {
|
|
background-color: rgba(0,0,0,0);
|
|
padding: 10;
|
|
border-radius: 10;
|
|
}
|
|
|
|
element-text {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
expand: true;
|
|
horizontal-align: 0;
|
|
vertical-align: 0.5;
|
|
}
|
|
|
|
element-icon {
|
|
background-color: inherit;
|
|
text-color: inherit;
|
|
padding: 0 10 0 0;
|
|
}
|
|
|
|
element.normal.normal {
|
|
background-color: @bg;
|
|
text-color: @fg;
|
|
}
|
|
element.normal.urgent {
|
|
background-color: @gr;
|
|
text-color: @fg;
|
|
}
|
|
element.normal.active {
|
|
background-color: @gr;
|
|
text-color: @fg;
|
|
}
|
|
element.selected.normal {
|
|
background-color: @gr;
|
|
text-color: @fg;
|
|
}
|
|
element.selected.urgent {
|
|
background-color: @gr;
|
|
text-color: @fg;
|
|
}
|
|
element.selected.active {
|
|
background-color: @gr;
|
|
text-color: @fg;
|
|
}
|
|
element.alternate.normal {
|
|
background-color: @bg;
|
|
text-color: @fg;
|
|
}
|
|
element.alternate.urgent {
|
|
background-color: @bg;
|
|
text-color: @fg;
|
|
}
|
|
element.alternate.active {
|
|
background-color: @bg;
|
|
text-color: @fg;
|
|
}
|