diff --git a/user.conkyrc b/user.conkyrc index 59cb9bc..97b6001 100644 --- a/user.conkyrc +++ b/user.conkyrc @@ -39,6 +39,7 @@ conky.config = { --[[ For Somebar ]] conky.text = [[ ${if_existing /usr/local/bin/somebar}status${endif} \ +${if_mpd_playing}𝄞 [${mpd_percent}] ${mpd_smart 50}${endif} \ 💻 ${cpu}% \ 💾 ${memperc}% \ ${if_existing /sys/class/net/enp0s20f0u1u1u2/operstate up}🌎 ${addr enp0s20f0u1u1u2}${else}\ @@ -49,7 +50,7 @@ ${if_existing /sys/class/net/wlp4s0/operstate up}📶 ${addr wlp4s0}${else}\ ${if_up eth0}🌎 ${addr eth0}${else}\ network down ${endif}${endif}${endif}${endif}${endif}${endif} \ ${execi 600 curl 'wttr.in/~45.54,-122.83?u&format=%c%t'} \ -🔊 ${execi 10 wpctl get-volume 54 | tail -1 | perl -ne 'm/([\d\.]+)/; print scalar (($1>1) ? 100 : ($1*100))'} \ +🔊 ${execi 10 wpctl get-volume 53 | tail -1 | perl -ne 'm/([\d\.]+)/; print scalar (($1>1) ? 100 : ($1*100))'} \ ${if_existing /sys/class/power_supply/ADP0/online 1}🔌${else}🔋${endif} ${battery_percent}% \ 📅 ${time %Y %h %d} \ 🕑 ${time %I:%M%p %Z}