From 7d97cfce9d0ecc678fbd46b411265430befbf99b Mon Sep 17 00:00:00 2001 From: awy Date: Tue, 27 Aug 2024 04:06:03 +0300 Subject: update --- .local/bin/statusbar/sb-doppler | 3 ++- .local/bin/statusbar/sb-forecast | 6 +++++- .local/bin/statusbar/sb-internet | 9 ++++++++- .local/bin/statusbar/sb-memory | 4 +++- 4 files changed, 18 insertions(+), 4 deletions(-) (limited to '.local/bin/statusbar') 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 πŸŒ… diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index 42442cf..8b744c4 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -36,7 +36,11 @@ openterm() { } sendnotif() { - notify-send "🌈 Weather module" "Left click for full forecast." + notify-send "🌈 Weather module" "\- Left click for full forecast. +- Middle click to update forecast. +β˜”: Chance of rain/snow +πŸ₯Ά: Daily low +🌞: Daily high" } if [ ! -n "$1" ]; then diff --git a/.local/bin/statusbar/sb-internet b/.local/bin/statusbar/sb-internet index 0cbf877..74a4e28 100755 --- a/.local/bin/statusbar/sb-internet +++ b/.local/bin/statusbar/sb-internet @@ -22,6 +22,13 @@ else notify-send "πŸ”’ Internet module" "Disconnected from VPN" fi elif [ "$1" -eq 3 ]; then - notify-send "🌐 Internet module" "\- Click to connect to vpn" + notify-send "🌐 Internet module" "\- Click to connect +❌: wifi disabled +πŸ“‘: no wifi connection +πŸ“Ά: wifi connection with quality +❎: no ethernet +🌐: ethernet working +πŸ”’: vpn is active +" fi fi diff --git a/.local/bin/statusbar/sb-memory b/.local/bin/statusbar/sb-memory index cf661a6..a5873ea 100755 --- a/.local/bin/statusbar/sb-memory +++ b/.local/bin/statusbar/sb-memory @@ -8,7 +8,9 @@ else elif [ "$1" -eq 2 ]; then hyprctl dispatch exec "[float; size 1800 1300;]" 'kitty -e sh -c "btop"' elif [ "$1" -eq 3 ]; then - notify-send "🧠 Memory module" "\- Shows Memory Used/Total." + notify-send "🧠 Memory module" "\- Shows Memory Used/Total. +- Click to show memory hogs. +- Middle click to open btop." fi fi -- cgit v1.2.3