pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

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

Merge branch 'main' of https://gitlab.com/itzCozi/sudo-flix

+3 -3
+3 -3
src/components/utils/Lightbar.tsx
··· 160 160 } 161 161 162 162 // Fish easter egg 163 - const shouldShowFishie = Math.floor(Math.random() * 80) > 69; 163 + const shouldShowFishie = Math.floor(Math.random() * 75) > 69; 164 164 if (shouldShowFishie) { 165 165 imageOverride = [ 166 166 { ··· 172 172 } 173 173 174 174 // Weed easter egg 175 - const shouldShowZa = Math.floor(Math.random() * 560) > 420; 175 + const shouldShowZa = Math.floor(Math.random() * 435) > 420; 176 176 if (shouldShowZa) { 177 177 imageOverride = [ 178 178 { ··· 184 184 } 185 185 186 186 // Kitty easter egg 187 - const shouldShowCat = Math.floor(Math.random() * 100) > 50; 187 + const shouldShowCat = Math.floor(Math.random() * 83) > 50; 188 188 if (shouldShowCat) { 189 189 imageOverride = [ 190 190 {