github spicetify/spicetify-cli v0.8.1

latest releases: v2.36.10, v2.36.9, v2.36.8...
4 years ago

Add

  • [LINUX] Ability to use XResources database in theme's color.ini. #17
    Extremely useful for who uses pywal to generate color scheme.
    Syntax: ${xrdb:<variable name>} or ${xrdb:<variable name>:<fallback value>}
    Example usage:
[Base]
main_fg                               = ${xrdb:color14}
secondary_fg                          = ${xrdb:foreground:#FFF}
main_bg                               = ${xrdb:background}
...
  • Ability to use environment variable in theme's color.ini
    Syntax: ${<variable name}
    Example usage:
main_fg = ${LIGHT_GREY}

Note: Environment variables, not shell variables.

  • Short hex color code support: #FFF, #544

Fix

  • Extension Shuffle+: Buttons not appended bug

Don't miss a new spicetify-cli release

NewReleases is sending notifications on new releases.