aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/statusbar/sb-doppler
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/statusbar/sb-doppler')
-rwxr-xr-x.local/bin/statusbar/sb-doppler7
1 files changed, 2 insertions, 5 deletions
diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler
index f9bb8fe..aad82c4 100755
--- a/.local/bin/statusbar/sb-doppler
+++ b/.local/bin/statusbar/sb-doppler
@@ -4,17 +4,14 @@ showdoppler() {
hyprctl dispatch exec "[float; size 800 800;]" 'curl -s https://meteoinfo.ru/hmc-output/rmap/phenomena.gif | imv - -H 1200 -W 1200'
}
-sendnotif() {
- notify-send "🗺️ Doppler RADAR module" "\- Left click for local Doppler RADAR.
-- Middle click to update RADAR location."
-}
if [ ! -n "$1" ]; then
echo 🌅
else
if [ "$1" -eq 1 ]; then
showdoppler
elif [ "$1" -eq 3 ]; then
- sendnotif
+ notify-send "🗺️ Doppler RADAR module" "\- Left click for local Doppler RADAR.
+- You need to manually edit the url in the script to change location."
fi
fi