Hyprland-dotfiles/rofi/config.rasi

23 lines
352 B
Plaintext
Raw Normal View History

2023-01-25 14:14:03 -05:00
configuration {
display-drun: "Applications:";
display-window: "Windows:";
drun-display-format: "{name}";
font: "JetBrainsMono Nerd Font Medium 10";
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-06 10:11:51 -05:00
border:0px;
2023-02-06 03:51:49 -05:00
border-color:@foreground;
2023-01-25 14:14:03 -05:00
}
/* vim: ft=sass