diff options
Diffstat (limited to '.config/waybar/modules/weather.sh')
-rwxr-xr-x | .config/waybar/modules/weather.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/modules/weather.sh b/.config/waybar/modules/weather.sh index d64acd0..0333af3 100755 --- a/.config/waybar/modules/weather.sh +++ b/.config/waybar/modules/weather.sh @@ -3,4 +3,4 @@ w=$(curl -s wttr.in/ahn?format="%l:+%c+%t+%C+%w+%h+%m") w=${w:7} w="$(echo -e "${w}" | sed -e 's/^[[:space:]]*//')" m=$(python ~/bin/moonphase-waybar.py) -echo "{\"text\":\""$w ""$m"\", \"tooltip\":\""tooltip"\", \"class\":\""lxf-weather"\"}" +#echo "{\"text\":\""$w ""$m"\", \"tooltip\":\""tooltip"\", \"class\":\""lxf-weather"\"}" |