first
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
/* 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;
|
||||
}
|
||||
Reference in New Issue
Block a user