diff options
Diffstat (limited to '.local/bin/statusbar/sb-doppler')
-rwxr-xr-x | .local/bin/statusbar/sb-doppler | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler index 4567e30..f9bb8fe 100755 --- a/.local/bin/statusbar/sb-doppler +++ b/.local/bin/statusbar/sb-doppler @@ -5,7 +5,8 @@ showdoppler() { } sendnotif() { - notify-send "π¦οΈ Doppler RADAR" "Left click for full forecast." + notify-send "πΊοΈ Doppler RADAR module" "\- Left click for local Doppler RADAR. +- Middle click to update RADAR location." } if [ ! -n "$1" ]; then echo π
|