xps-dots/.config/rofi/config.rasi

29 lines
475 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 "colors"