My personal dotfiles
0
fork

Configure Feed

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

feat: added styles to calc

+18 -12
+18 -12
rofi/.config/rofi/config.rasi
··· 2 2 modes: [ drun, calc ]; 3 3 show-icons: true; 4 4 display-drun: " "; 5 - display-calc: "󰾞"; 5 + display-calc: "󰾞 "; 6 6 font: "Lato 16"; 7 7 drun-display-format: "{name}"; 8 8 } ··· 12 12 * { 13 13 border-color: none; 14 14 15 - background-color: var(background); 16 - normal-background: var(background); 17 - urgent-background: var(background); 18 - active-background: var(background); 19 - alternate-background: var(background); 20 - alternate-normal-background: var(background); 21 - alternate-urgent-background: var(background); 22 - alternate-active-background: var(background); 15 + background-color: transparent; 16 + normal-background: transparent; 17 + urgent-background: transparent; 18 + active-background: transparent; 19 + alternate-background: transparent; 20 + alternate-normal-background: transparent; 21 + alternate-urgent-background: transparent; 22 + alternate-active-background: transparent; 23 23 selected-normal-background: var(selected); 24 24 selected-urgent-background: var(selected); 25 25 selected-active-background: var(selected); ··· 38 38 } 39 39 40 40 window { 41 - transparency: "real"; 42 41 border-radius: 0.4em; 42 + background-color: var(background); 43 43 } 44 44 45 45 mainbox, prompt { 46 46 background-color: transparent; 47 47 text-color: inherit; 48 + children: [ inputbar, message, listview ]; 48 49 } 49 50 50 51 inputbar { ··· 58 59 59 60 entry { 60 61 background-color: transparent; 61 - placeholder: "Search..."; 62 + placeholder: "Type something..."; 62 63 placeholder-color: var(dim); 63 64 text-color: inherit; 64 65 } ··· 71 72 background-color: transparent; 72 73 scrollbar: false; 73 74 spacing: 0.1em; 75 + lines: 10; 74 76 border-radius: 0.4em; 75 77 border: none; 76 78 } ··· 78 80 element { 79 81 padding: 0.25em 0.5em; 80 82 border-radius: 0.4em; 83 + background-color: transparent; 81 84 } 82 85 83 - element normal.normal, element alternate.normal { 86 + message { 87 + border: none; 84 88 background-color: transparent; 89 + padding: 0; 90 + margin: 0; 85 91 }