diff --git a/dwl.service b/dwl.service index 433689f..192acfb 100644 --- a/dwl.service +++ b/dwl.service @@ -36,7 +36,7 @@ Environment=XDG_RUNTIME_DIR=%I Environment=DWL_TAGS_FILE=%I/dwl.tags Environment=DWL_LOG_FILE=%I/dwl.log Environment=DWLTAGS_FMT=DZEN -ExecStart=/home/mahesh/bin/dwl.session +ExecStart=%h/bin/dwl.session Restart=on-failure RestartSec=1 TimeoutStopSec=10 diff --git a/user.conkyrc b/user.conkyrc index c4e03b8..c469404 100644 --- a/user.conkyrc +++ b/user.conkyrc @@ -50,7 +50,7 @@ ${time %Y %h %d %I:%M%p %Z} ]] --[[ 🌡 ${execi 600 weather fips4105192520 | grep Tempera | awk '{print $2}'}°F | \ -${execi 1 cat /tmp/dwl.tags.mahesh.out} | \ +${execi 1 cat /tmp/dwl.tags.out} | \ 🌦 ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KHIO temperature 10} | \ 🔋apcupsd_charge${execi 60 acpi -b | awk '{ print " " $5 }' | tr -d ','} | \ ${color grey}Info:$color ${scroll 32 Conky $conky_version - $sysname $nodename $kernel $machine}