aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi/config.rasi
blob: 501865b75b2cb8677156857c4cf96fa0867cf239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
configuration{
    modi: "run,drun,window";
    icon-theme: "Gruvbox-Icons";
    show-icons: true;
    terminal: "kitty";
    drun-display-format: "{icon} {name}";
    location: 0;
    disable-history: false;
    hide-scrollbar: true;
    display-drun: "   Apps ";
    display-run: "   Run ";
    display-window: " 󰕰  Window";
    display-Network: " 󰤨  Network";
    sidebar-mode: true;
}

@theme "gruvbox"