✨ eww(mediaplayer): add image path support for album art
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(defwidget clock []
|
||||
(box :class "clock"
|
||||
:tooltip { formattime(EWW_TIME, "%A, %B %d") }
|
||||
:tooltip { day_name + ", " + month_name + formattime(EWW_TIME, " %d") }
|
||||
|
||||
(eventbox :onclick "sh scripts/eww-window.sh toggle calendar-window"
|
||||
:class '${ window_state_calendar-window == "open" ? "cal-open" : "" } button'
|
||||
@@ -10,7 +10,7 @@
|
||||
(label :text ""
|
||||
:class "icon")
|
||||
|
||||
(label :text "${ formattime(EWW_TIME, "%A") }")
|
||||
(label :text "${day_name}")
|
||||
|
||||
(revealer :reveal { window_state_calendar-window == "closed" }
|
||||
:transition "slideright"
|
||||
|
||||
Reference in New Issue
Block a user