From fd953c5191677355b789ea636f61de5a83fbf38c Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 17:36:26 +0300 Subject: stuff --- .local/bin/statusbar/sb-doppler | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.local/bin/statusbar/sb-doppler') 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 -- cgit v1.2.3