Is it possible to change the pause, play etc icons for Timeshiftstate? ive looked back through things, and found this in infobargenerics.py
SEEK_STATE_PLAY = (0, 0, 0, ">")
SEEK_STATE_PAUSE = (1, 0, 0, "||")
which changes the text shown between the commas, but, is it possible to have a skin dependant graphic show in the screen during certain states, for example, if pause was pressed, then a pause.png will be shown, if play then pressed, a play.png will be shown, etc even if the small text based ones cant be shown, having a graphic appear would be just as good
ive tried adding statusicon widget to the 'timeshift' screen in the skin xml as well as adding .png files into the actual status widget section
any help would be great