diff options
Diffstat (limited to 'i3blocks/i3moon.sh')
-rwxr-xr-x | i3blocks/i3moon.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i3blocks/i3moon.sh b/i3blocks/i3moon.sh index d691e8d..4bacaf6 100755 --- a/i3blocks/i3moon.sh +++ b/i3blocks/i3moon.sh @@ -16,5 +16,6 @@ echo "$moon" case $BLOCK_BUTTON in 1) dunstify -r "$(dunstifyIDs.sh "moon")" "$moon $(pom) $moon";; + 3) dunstify -r "$(dunstifyIDs.sh "moon")" "moon" "$(curl 'wttr.in/moon?0T')";; esac |