From 5bbead188a155482eacc902f6562955e771c018f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 9 Apr 2025 19:26:47 +1000 Subject: install: add spicetify Also use spicetify as default music player for toggles --- install/spicetify.fish | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 install/spicetify.fish (limited to 'install') diff --git a/install/spicetify.fish b/install/spicetify.fish new file mode 100755 index 0000000..fb5e6e0 --- /dev/null +++ b/install/spicetify.fish @@ -0,0 +1,21 @@ +#!/bin/fish + +. (dirname (status filename))/util.fish + +install-deps git spicetify-cli + +set -l dist $C_DATA/spicetify + +# Clone repo +update-repo spicetify $dist + +# Install systemd service +setup-systemd-monitor spicetify $dist + +# Install theme files +mkdir -p $CONFIG/spicetify/Themes/caelestia +cp $dist/color.ini $CONFIG/spicetify/Themes/caelestia/color.ini +cp $dist/user.css $CONFIG/spicetify/Themes/caelestia/user.css + +# Set spicetify theme +spicetify config current_theme caelestia color_scheme caelestia -- cgit v1.2.3-freya