Skip to content

Instantly share code, notes, and snippets.

@saivert
Created October 22, 2021 22:07
Show Gist options
  • Save saivert/5653bae34cedd1fb2e237b8f0d490b5e to your computer and use it in GitHub Desktop.
Save saivert/5653bae34cedd1fb2e237b8f0d490b5e to your computer and use it in GitHub Desktop.
#!/bin/bash
busctl --user call org.gnome.Shell \
/org/gnome/Shell \
org.gnome.Shell \
ShowOSD a{sv} 3 \
icon s deadbeef \
label s "$(deadbeef --nowplaying '%a - %t')" \
level d $(deadbeef --nowplaying-tf '0.$num($muldiv(100,$mul(%playback_time_seconds%,1000),$mul(%length_seconds%,1000)),2)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment