diff options
author | luxagraf <sng@luxagraf.net> | 2021-10-01 20:13:13 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2021-10-01 20:13:13 -0400 |
commit | 48cc6cecb880712e66108d6d9f0f93a04a323a09 (patch) | |
tree | acc70bd666445e2580b3e2e296367882f46bc111 /.config/waybar/modules | |
parent | bf34a8a8492c0839a866d2b1739989cfc412e144 (diff) |
updated dotfiles to latest in sway setup
Diffstat (limited to '.config/waybar/modules')
-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"\"}" |