My personal dotfiles
0
fork

Configure Feed

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

feat: added colors in separate file

+9
+5
rofi/.config/rofi/colors.rasi
··· 1 + * { 2 + background: #4c566a99; 3 + foreground: #eceff4ff; 4 + selected: #88c0d0; 5 + }
+4
rofi/.config/rofi/config.rasi
··· 6 6 font: "Lato 16"; 7 7 drun-display-format: "{name}"; 8 8 } 9 + 10 + textbox-prompt-colon { 11 + str: ""; 12 + }