27 lines
603 B
Text
27 lines
603 B
Text
@import "~/.config/rofi/base-theme.rasi"
|
|
|
|
configuration {
|
|
show-icons: false;
|
|
scroll-method: 0;
|
|
disable-history: true;
|
|
sidebar-mode: false;
|
|
}
|
|
|
|
window {
|
|
border: 0;
|
|
padding: 10;
|
|
transparency: "real";
|
|
width: 180px;
|
|
location: east;
|
|
}
|
|
|
|
listview {
|
|
lines: 4;
|
|
columns: 1;
|
|
scrollbar: false;
|
|
color: white;
|
|
}
|
|
|
|
inputbar {
|
|
enabled: false;
|
|
}
|