mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
17 lines
404 B
Plaintext
17 lines
404 B
Plaintext
configuration{
|
|
modi: "drun";
|
|
icon-theme: "Numix-Circle";
|
|
font: "JetBrains Mono Regular 13";
|
|
show-icons: true;
|
|
terminal: "wezterm";
|
|
drun-display-format: "{icon} {name}";
|
|
location: 0;
|
|
disable-history: false;
|
|
hide-scrollbar: true;
|
|
display-drun: " Apps ";
|
|
sidebar-mode: true;
|
|
border-radius: 10;
|
|
}
|
|
|
|
@theme "~/.config/rofi/themes/catppuccin-macchiato.rasi"
|