notohh
f5034dca81
All checks were successful
ci/woodpecker/cron/flake-lock-update Pipeline was successful
14 lines
526 B
Text
14 lines
526 B
Text
(deflisten musicArtist :initial "-" "playerctl --follow metadata --format '{{ artist }}'")
|
|
(deflisten musicTitle :initial "-" "playerctl --follow metadata --format '{{title}}'")
|
|
(deflisten musicCover "sh /home/notoh/snowflake/home/programs/eww/config/scripts/get-music-cover.sh /tmp/eww/cache_directory")
|
|
|
|
|
|
(defpoll time :interval "60s"
|
|
:initial "initial-value"
|
|
`date +%H:%M`)
|
|
|
|
(defpoll date :interval "60s"
|
|
:initial "initial-value"
|
|
`date +%D-%Y`)
|
|
|
|
(defpoll uptime :interval "1s" "uptime | awk '{print $3}' | tr ',' ' '")
|