This commit is contained in:
2024-06-12 13:49:42 +02:00
commit b8e15ff09c
390 changed files with 37206 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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
```