eww(mediaplayer): add image path support for album art

This commit is contained in:
retrozinndev
2025-01-09 22:50:24 -03:00
parent 0e7f0cd3fb
commit a14034035e
10 changed files with 32 additions and 102 deletions
+4
View File
@@ -32,6 +32,10 @@
; Polls
(defpoll day_name :interval "2s"
`date +"%A"`)
(defpoll month_name :interval "2s"
`date +"%B"`)
(defpoll hostname :initial "GNU/Linux"
:interval "24h"
`cat /etc/hostname`)