29 lines
498 B
Plaintext
29 lines
498 B
Plaintext
configuration {
|
|
show-icons: true;
|
|
icon-theme: "Nordic";
|
|
font: "UbuntuMono Nerd Font 22";
|
|
cycle: true;
|
|
disable-history: false;
|
|
monitor: "-4";
|
|
modi: "drun";
|
|
display-drun: "apps";
|
|
}
|
|
|
|
/* Fixes for rofi 1.7.0 */
|
|
window {
|
|
border: 0px;
|
|
}
|
|
inputbar {
|
|
spacing: -4px;
|
|
}
|
|
listview {
|
|
columns: 1;
|
|
scrollbar: false;
|
|
border: 0px;
|
|
}
|
|
element-text,
|
|
element-icon {
|
|
background-color: transparent;
|
|
}
|
|
@import "~/.cache/wal/colors-rofi-dark"
|