1
0
Fork 0
numbers/rofi/menoo.rasi

121 lines
2.3 KiB
Plaintext

configuration {
window-format: "[{w}] ··· {c} ··· {t}";
click-to-exit: true;
display-window: "";
}
* {
font: "System Charcoal 11.5";
background-color: @trans;
}
@import "colors.rasi"
window {
transparency: "real";
background-color: @trans;
text-color: @foreground;
location: northwest;
anchor: northwest;
padding: 0px 5px 0px 0px;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
margin: 0px 1px 5px 1px;
}
entry {
background-color: @trans;
text-color: @foreground;
expand: false;
padding: 10px;
margin: 10px 0px;
}
inputbar {
spacing: 0;
background-color: @trans;
text-color: @foreground;
expand: false;
margin: 0px;
padding: 0px;
children: [ prompt, textbox-prompt-colon ];
}
listview {
background-color: @background;
columns: 1;
spacing: 5px;
fixed-height: false;
scrollbar: false;
cycle: true;
dynamic: true;
layout: vertical;
}
mainbox {
background-color: @trans;
children: [ inputbar, listview ];
spacing: 10px;
}
element {
background-color: @background;
text-color: @foreground;
orientation: horizontal;
border-radius: 0px;
padding: 5px;
}
element-icon {
background-color: inherit;
text-color: inherit;
horizontal-align: 0.5;
vertical-align: 0.5;
size: 0px;
border: 0px;
}
element-text {
background-color: inherit;
text-color: inherit;
expand: true;
horizontal-align: 0;
vertical-align: 0;
margin: 2px 0px 2px 2px;
}
element selected {
background-color: @selected;
text-color: @background;
border: 0px;
border-radius: 0px;
border-color: @selected;
}
element.active, element.selected.urgent {
background-color: @on;
text-color: @background;
border-color: @on;
}
element.selected.urgent {
border-color: @selected;
}
element.urgent, element.selected.active {
background-color: @off;
text-color: @background;
border-color: @off;
}
element.selected.active {
border-color: @selected;
}