Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manveru/polybar-spotify
Little tool to get spotify info from dbus
https://github.com/manveru/polybar-spotify
Last synced: 2 months ago
JSON representation
Little tool to get spotify info from dbus
- Host: GitHub
- URL: https://github.com/manveru/polybar-spotify
- Owner: manveru
- Created: 2018-03-03T13:19:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T03:34:59.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T16:42:50.084Z (7 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# polybar-spotify
Little tool to get spotify info from dbusIf you're using [home-manager](https://github.com/rycee/home-manager) you can use it like this:
"module/spotify" = let
polybar-spotify = import (fetchGit {
url = "https://github.com/manveru/polybar-spotify.git";
ref = "0.2.0";
}) {};
in {
type = "custom/script";
exec = "${polybar-spotify}/bin/polybar-spotify %xesam:artist% - %xesam:title%";
tail = true;
interval = 2;
};