53 lines
838 B
CSS
53 lines
838 B
CSS
/* vim: ft=css
|
||
|
||
* */
|
||
configuration {
|
||
font: "Fira Code Nerd Font Mono 13";
|
||
modi: "drun,window";
|
||
combi-modi: "drun,window";
|
||
display-drun: "❯";
|
||
display-window: "⬜";
|
||
display-run: "»";
|
||
display-filebrowser: "📁";
|
||
display-ssh: "🖧";
|
||
display-power: "⏻";
|
||
sidebar-mode: true;
|
||
|
||
}
|
||
|
||
@import "~/.cache/theme/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: @foreground;
|
||
text-color: @background;
|
||
}
|
||
|
||
button {
|
||
padding: 5px;
|
||
border: 0 0 2px 0;
|
||
}
|
||
|
||
button selected {
|
||
border-color: @foreground;
|
||
}
|