.s/scripts/theme/hooks/spicetify.sh

15 lines
215 B
Bash
Raw Permalink Normal View History

2024-05-27 16:57:39 -04:00
#!/bin/bash
#
NEW_THEME=$2
# spicetify config current_theme Ziro
if [ $NEW_THEME = "dark" ]; then
spicetify config color_scheme purple-dark
else
spicetify config color_scheme purple-light
fi
spicetify apply