My personal dotfiles
0
fork

Configure Feed

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

feat: added transparency to rofi

legoraft 3c4f2393 4ab78386

+6 -6
+2 -2
rofi/.config/rofi/colors.rasi
··· 1 1 * { 2 - background: #4c566a; 3 - background-alt: #434c5e; 2 + background: #4c566a99; 3 + background-alt: #434c5e99; 4 4 foreground: #eceff4; 5 5 selected: #88c0d0; 6 6 }
+4 -4
rofi/.config/rofi/config.rasi
··· 48 48 49 49 prompt { 50 50 enabled: true; 51 - background-color: inherit; 51 + background-color: transparent; 52 52 text-color: inherit; 53 53 } 54 54 ··· 56 56 enabled: true; 57 57 expand: false; 58 58 str: "::"; 59 - background: inherit; 59 + background: transparent; 60 60 text-color: inherit; 61 61 } 62 62 63 63 entry { 64 64 enabled: true; 65 - background-color: inherit; 65 + background-color: transparent; 66 66 text-color: inherit; 67 67 placeholder: "Search..."; 68 68 placeholder-color: inherit; ··· 102 102 } 103 103 104 104 element normal.normal, element alternate.normal { 105 - background-color: @background; 105 + background-color: transparent; 106 106 text-color: @foreground; 107 107 } 108 108