2022-01-18 01:25:46 -05:00
|
|
|
|
/* vim: ft=css
|
|
|
|
|
|
|
|
|
|
* */
|
|
|
|
|
configuration {
|
|
|
|
|
font: "Fira Code Nerd Font Mono 13";
|
|
|
|
|
modi: "drun,window";
|
2022-09-26 11:00:51 -04:00
|
|
|
|
combi-modi: "drun,window";
|
2022-01-18 01:25:46 -05:00
|
|
|
|
display-drun: "❯";
|
|
|
|
|
display-window: "⬜";
|
2022-09-26 11:00:51 -04:00
|
|
|
|
display-run: "»";
|
|
|
|
|
display-filebrowser: "📁";
|
|
|
|
|
display-ssh: "🖧";
|
|
|
|
|
display-power: "⏻";
|
2022-01-18 01:25:46 -05:00
|
|
|
|
sidebar-mode: true;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2022-02-14 20:30:09 -05:00
|
|
|
|
@import "~/.cache/theme/colors-rofi.rasi"
|
2022-01-18 01:25:46 -05:00
|
|
|
|
|
|
|
|
|
window {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inputbar {
|
|
|
|
|
spacing: 8px;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
listview {
|
|
|
|
|
lines: 8;
|
|
|
|
|
spacing: 3px;
|
|
|
|
|
padding: 16px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
element {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
element selected {
|
2022-08-17 18:19:52 -04:00
|
|
|
|
background-color: @foreground;
|
|
|
|
|
text-color: @background;
|
2022-01-18 01:25:46 -05:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 0 0 2px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button selected {
|
2022-08-17 18:19:52 -04:00
|
|
|
|
border-color: @foreground;
|
2022-01-18 01:25:46 -05:00
|
|
|
|
}
|