diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 19:26:47 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-04-09 19:26:47 +1000 |
| commit | 5bbead188a155482eacc902f6562955e771c018f (patch) | |
| tree | 6113ba665e501b4bb845c62fc5a957b9486d1ef5 /data | |
| parent | wallpaper: no blurred wallpaper (diff) | |
| download | caelestia-cli-5bbead188a155482eacc902f6562955e771c018f.tar.gz caelestia-cli-5bbead188a155482eacc902f6562955e771c018f.tar.bz2 caelestia-cli-5bbead188a155482eacc902f6562955e771c018f.zip | |
install: add spicetify
Also use spicetify as default music player for toggles
Diffstat (limited to 'data')
| -rw-r--r-- | data/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/config.json b/data/config.json index 1efe9e4..1d302b0 100644 --- a/data/config.json +++ b/data/config.json @@ -19,7 +19,7 @@ "apps": [ { "selector": ".class == \"Spotify\" or .initialTitle == \"Spotify\" or .initialTitle == \"Spotify Free\"", - "spawn": "spotify-adblock.desktop", + "spawn": "spicetify watch -s", "action": "spawn move" }, { |