From f9a2f1f9b6bb223dd1f52cf78392c2dd640730f3 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 31 May 2021 16:40:10 +0200 Subject: waybar: various updates * add extension to config file * covid: use tail vs head for historical data * remove network.vpn * gamma: change name from gammastep --- .config/waybar/modules/weather.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/waybar/modules/weather.sh') diff --git a/.config/waybar/modules/weather.sh b/.config/waybar/modules/weather.sh index 0b83de1..929732b 100755 --- a/.config/waybar/modules/weather.sh +++ b/.config/waybar/modules/weather.sh @@ -5,7 +5,8 @@ set -e loc=$1 if [ -z "${loc}" ]; then # use /etc/localtime - loc=$(basename "$(readlink -f /etc/localtime)") + # loc=$(basename "$(readlink -f /etc/localtime)") + loc="${HOME_LAT},${HOME_LON}" fi if [ -n "$REPORT" ]; then -- cgit 1.4.1