Skip to content

SongInfo

laiso edited this page Feb 22, 2024 · 1 revision

Song info module

  • Type : custom/script

  • Description : Displays information about the currently playing song, including the artist and title.

  • How to modify :

    • Change the exec = line with the info you want to show.
      For Example, adding the album :
      exec = playerctl metadata --format "{{ artist }} - {{ album }} - {{ title }}"
    • If you want to add more info about the song, go check the playerctl wiki
Clone this wiki locally