Skip to content

hackfetch v1.1.0 - Pride Flag Pack + Custom Themes + Stardance

Choose a tag to compare

@xerneas3318 xerneas3318 released this 19 Jun 02:53
· 10 commits to main since this release

Pride Flag Pack 🏳️‍🌈

12 new identity color schemes, joining the existing pride and trans:

bi · lesbian · pan · nonbinary · ace · aro · agender · genderfluid · intersex · demi · poly · progress

hackfetch stardance bi
hackfetch flag lesbian
hackfetch -color progress

Aliases included: bisexual, pansexual, nb, asexual, aromantic.

Custom themes

Define your own color schemes in ~/.config/hackfetch/colors.json:

{
  "schemes": {
    "vaporwave": { "colors": [199, 165, 99, 51], "mode": "per-line" },
    "fire":      { "colors": [196, 202, 208, 214, 220, 226], "mode": "per-char" }
  }
}

mode is single, per-line, or per-char. Your themes override built-ins of the same name.

-color auto

Detects the date and picks for you - pride during June, hackclub the rest of the year.

hackfetch -color auto
export HACKFETCH_COLOR=auto   # always-on

Stardance integration

  • stardance field shows days left until Stardance ends (Sep 30, 2026). Auto-hides when Stardance is over.
  • stardust field shows your stardust count when HACKFETCH_STARDUST=N is set:
export HACKFETCH_STARDUST=42
hackfetch

Upgrade

brew update
brew upgrade hackfetch

Or fresh install:

brew tap xerneas3318/tap
brew install hackfetch