My personal dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: configured rofi to look better

+5
+5
rofi/.config/rofi/config.rasi
··· 1 1 configuration { 2 2 modes: [ drun, calc ]; 3 + show-icons: true; 4 + display-drun: ""; 5 + display-calc: "󰾞"; 6 + font: "Lato 16"; 7 + drun-display-format: "{name}"; 3 8 }