PechaScripts/genspicetify

8 lines
390 B
Bash
Executable File

#!/bin/sh
# Generates spicetify colour scheme from pywal
source $HOME/.cache/wal/colors.sh
spicetify color text ${foreground:1} subtext ${color15:1} notification ${color10:1} notification-error ${color9:1} card ${color9:1} main ${background:1} sidebar ${background:1} player ${background:1} shadow ${background:1} tab-active ${background:1} button-active ${background:1}
spicetify update