48 lines
674 B
Plaintext
48 lines
674 B
Plaintext
|
/* vim: ft=css
|
|||
|
|
|||
|
* */
|
|||
|
configuration {
|
|||
|
font: "Fira Code Nerd Font Mono 13";
|
|||
|
modi: "drun,window";
|
|||
|
display-drun: "❯";
|
|||
|
display-window: "⬜";
|
|||
|
sidebar-mode: true;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
@import "~/.cache/wal/colors-rofi.rasi"
|
|||
|
|
|||
|
window {
|
|||
|
width: 50%;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
inputbar {
|
|||
|
spacing: 8px;
|
|||
|
padding: 4px;
|
|||
|
}
|
|||
|
|
|||
|
listview {
|
|||
|
lines: 8;
|
|||
|
spacing: 3px;
|
|||
|
padding: 16px 0;
|
|||
|
}
|
|||
|
|
|||
|
element {
|
|||
|
padding: 5px;
|
|||
|
}
|
|||
|
|
|||
|
element selected {
|
|||
|
background-color: @hl;
|
|||
|
text-color: @bg;
|
|||
|
}
|
|||
|
|
|||
|
button {
|
|||
|
padding: 5px;
|
|||
|
border: 0 0 2px 0;
|
|||
|
}
|
|||
|
|
|||
|
button selected {
|
|||
|
border-color: @hl;
|
|||
|
}
|