I have two Lua functions, getSongLyrics and getSongTitle, whose outputs are displayed in a conky window. getSongLyrics uses a python script that runs sptlrx pipe and outputs it into a FIFO file, which is read by the function and then displayed in conky using conky_displaySongLyrics. getSongTitle uses playerctl to get the title and artist of […]