1
0
Fork 0
numbers/rofi/lnch.rasi

119 lines
2.0 KiB
Plaintext

configuration {
scroll-method: 1;
click-to-exit: true;
display-run: "%";
display-drun: "$";
drun-display-format: "{name}";
}
@import "colors.rasi"
* {
font: "System Charcoal 11.5";
background-color: @trans;
}
window {
width: 68%;
height: 0px;
anchor: northwest;
location: northwest;
padding: 0px 5px 0px 0px;
transparency: "real";
children: [ horibox ];
background-color: @trans;
}
prompt {
spacing: 0;
border: 0;
background-color: @selected;
text-color: @background;
padding: 2px 10px;
}
entry {
expand: false;
width: 10em;
text-color: @foreground;
padding: 2px 5px;
background-color: @trans;
}
inputbar {
spacing: 0px;
text-color: @foreground;
border: 0px;
background-color: @trans;
}
horibox {
orientation: horizontal;
children: [ prompt, entry, listview ];
border: 0px;
spacing: 6px;
background-color: @trans;
}
listview {
spacing: 5px;
scrollbar: false;
layout: horizontal;
background-color: @trans;
}
element-text, element-icon {
background-color: inherit;
text-color: inherit;
}
element {
padding: 3px 5px;
}
element normal.normal {
background-color: @trans;
text-color: @foreground;
}
element normal.urgent {
background-color: @background;
text-color: @off;
}
element normal.active {
background-color: @trans;
text-color: @on;
}
element selected.normal {
background-color: @selected;
text-color: @background;
}
element selected.urgent {
background-color: @background;
text-color: @off;
}
element selected.active {
background-color: @background;
text-color: @selected;
}
element alternate.normal {
background-color: @trans;
text-color: @foreground;
}
element alternate.urgent {
background-color: @background;
text-color: @foreground;
}
element alternate.active {
background-color: @trans;
text-color: @foreground;
}
message {
border: 0px;
border-color: @selected;
padding: 1px;
}
textbox {
text-color: @foreground;
}