question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m aware pywal uses oomox as a dependency, and that has support for theming the Spotify app if it’s possible. Waiting on them for a fix as oomoxify-cli is currently broken, but I’m happy to patch this in myself once it’s there. I’m fairly sure it’s as simple as executing the oomoxify-cli command with the file pywal exports for the standard oomox command to use, provided Spotify is installed on the system.

Also, would we just check to see if Spotify is installed in some way, or just run oomoxify-cli while silencing the output and see what flag it returns?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
dylanarapscommented, Feb 1, 2018

You can easily add Spotify support by using -o with a custom script.

Example:

#!/usr/bin/env bash
oomoxify-cli -g ~/.cache/wal/colors-oomox

if pgrep spotify; then
    pkill spotify
    spotify
fi

Caveat: This requires sudo and will open a gksu window to authenticate. This is why this won’t be added to pywal directly. (Also, it’s really slow.)

0reactions
boardfishcommented, Feb 3, 2018

I got it working by just adding the oomoxify-cli call after the standard oomox call in pywal’s code rather than a custom script, but it doesn’t relaunch Spotify.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Support - Spotify
Here to help! Find out how to set up and use Spotify. Learn about features, troubleshoot issues, and get answers to questions. Everything...
Read more >
About Us - Spotify
Customer Service and Support · Help site. Check out our help site for answers to your questions and to learn how to get...
Read more >
SpotifyCares - Twitter
support. For tech queries, let us know your device/operating system. For payment queries, drop us a DM! http://support.spotify.com.
Read more >
Spotify Help Desk Contacts - LiveAgent
How to contact Spotify's customer service via email, live chat support, phone number, social media support, and self-service support.
Read more >
Instructions to Sync Spotify Music to a tactix 7 Series
Garmin Support Center is where you will find answers to frequently asked questions and resources to help with all of your Garmin products....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found