Files
.dotfiles/.config/rofi/config.rasi
Quinn a50ead749a move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to
have something default, or default-adjasoned.
2025-11-19 10:39:51 +01:00

21 lines
437 B
Plaintext

@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
configuration {
location: 0;
terminal: "kitty";
drun-display-format: "{icon} {name} [<span weight='light' size='small'><i>({generic})</i></span>]";
modi: "drun,filebrowser";
show-icons: true;
}
element-icon {
size: 30;
padding: 0 0 0 0;
}
element-text {
font: "JetbrainsMono Nerd Font bold 16";
horizontal-align: 0;
vertical-align: 0.5;
}