Files
_dotfiles/.config/i3blocks/spotifyd_dbus/README.md
2024-06-12 13:49:42 +02:00

21 lines
385 B
Markdown

# Spotifyd dbus status
Show song currently played on Spotifyd
And provide simple control(Click to pause/start).
![](./example.png)
## requirement
require dbus-python package.
require spotifyd with dbus support. (For Arch user is "spotifyd-full-git" in AUR)
## example config
```
[spotify]
min_width=Buttom=?
command=$SCRIPT_DIR/spotifyd_dbus $buttom
color=#00FFB3
interval=10
```