Hyprland-dotfiles/rofi/config.rasi
2023-02-22 11:06:09 +01:00

23 lines
331 B
Sass

configuration {
display-drun: "Applications:";
display-window: "Windows:";
drun-display-format: "{name}";
font: "Fira Sans 11";
modi: "window,run,drun";
lines: 10;
}
/* Dark theme. */
@import "~/.cache/wal/colors-rofi-dark"
* {
width:700px;
}
#window {
border:2px;
border-color:@foreground;
}
/* vim: ft=sass