diff options
author | awy <awy@tutamail.com> | 2024-08-27 17:36:26 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-27 17:36:26 +0300 |
commit | fd953c5191677355b789ea636f61de5a83fbf38c (patch) | |
tree | 1d4c45e6ffa8590fe2511f4ca7f5f8374c5781b5 /.local/bin/statusbar/sb-doppler | |
parent | 427dc591da83a94e352840c335ea41b96983e7e4 (diff) |
stuff
Diffstat (limited to '.local/bin/statusbar/sb-doppler')
-rwxr-xr-x | .local/bin/statusbar/sb-doppler | 7 |
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 |