summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-01-07 11:19:22 +0100
committerJoe <rbo@gmx.us>2025-01-07 11:19:22 +0100
commitf3fd4a28fc4c17c02f06e20594bf10b935d73d52 (patch)
treea38add5df1018e4989d7916df9b79649999b7ecf /.config
parentmake (diff)
downloaddotfiles-bsd-f3fd4a28fc4c17c02f06e20594bf10b935d73d52.tar.gz
dotfiles-bsd-f3fd4a28fc4c17c02f06e20594bf10b935d73d52.tar.bz2
dotfiles-bsd-f3fd4a28fc4c17c02f06e20594bf10b935d73d52.tar.xz
dotfiles-bsd-f3fd4a28fc4c17c02f06e20594bf10b935d73d52.tar.zst
dotfiles-bsd-f3fd4a28fc4c17c02f06e20594bf10b935d73d52.zip
up
Diffstat (limited to '.config')
-rw-r--r--.config/conky/conkyrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/conky/conkyrc b/.config/conky/conkyrc
index 37af1a2..abe8b24 100644
--- a/.config/conky/conkyrc
+++ b/.config/conky/conkyrc
@@ -127,9 +127,4 @@ ${color LightBlue}${execbar sensors 2>/dev/null | grep fan2 | awk '{print $2/35}
${endif}${if_match "${nodename_short}" == "po-rbo"}
${voffset 5}${color1}${font2}CPU ${goto 70}${execbar sensors 2>/dev/null | grep Package | awk '{print $4}'} ${alignr}${color0}${font}${hwmon 5 temp 1}°C
${color1}${font2}NVMe ${goto 70}${color1}${execbar sensors 2>/dev/null | grep Composite | awk '{print $2}'} ${alignr}${color0}${font}${hwmon 3 temp 1}°C${endif}
-${color6}${hr}${font}
-${color6}${font ConkySymbols:size=18}h${font :size=15:bold:}${voffset -5} WEATHER${font}
-${execi 3600 curl -so /tmp/weather_data "https://api.openweathermap.org/data/2.5/forecast?lat=45.77&lon=4.83&exclude=minutely,hourly&appid=ccf08b5571670cecdf898dbbf33b6d6c&units=metric"}
-${execi 3600 sleep 2 && jq -r '.list[0].weather[0].icon' </tmp/weather_data | xargs printf "http://openweathermap.org/img/wn/%s@2x.png" | xargs curl -so /tmp/weather_now.png}
-${voffset -30}${color6}${font2}${execi 1 jq -r '.city.name' </tmp/weather_data}${goto 60}${font}${color0}${execi 1 jq -r '.list[0].main.temp' </tmp/weather_data | awk '{print int($1+0.5)}'}° ${image /tmp/weather_now.png -s 70x70 -p 300,915}
]]