2023-01-25 14:14:03 -05:00
|
|
|
configuration {
|
|
|
|
display-drun: "Applications:";
|
|
|
|
display-window: "Windows:";
|
|
|
|
drun-display-format: "{name}";
|
2023-02-22 05:06:09 -05:00
|
|
|
font: "Fira Sans 11";
|
2023-01-25 14:14:03 -05:00
|
|
|
modi: "window,run,drun";
|
2023-02-06 03:51:49 -05:00
|
|
|
lines: 10;
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
2023-02-06 03:51:49 -05:00
|
|
|
/* Dark theme. */
|
|
|
|
@import "~/.cache/wal/colors-rofi-dark"
|
2023-01-25 14:14:03 -05:00
|
|
|
|
|
|
|
* {
|
2023-02-06 03:51:49 -05:00
|
|
|
width:700px;
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
2023-02-06 03:51:49 -05:00
|
|
|
#window {
|
2023-02-22 05:06:09 -05:00
|
|
|
border:2px;
|
2023-02-06 03:51:49 -05:00
|
|
|
border-color:@foreground;
|
2023-01-25 14:14:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* vim: ft=sass
|