commit 2b3ca241f6270c7050df7d6c6b2b95a11c4a3885 parent 87bade5dfbcef2f88bc258331eaf2907e5c0894e Author: Alex Balgavy <alexander.balgavy@spaceapplications.com> Date: Fri, 1 Aug 2025 15:46:18 +0200 dwmblock-nettraf: remove the notification Diffstat:
M | scripts/dwmblock-nettraf | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/scripts/dwmblock-nettraf b/scripts/dwmblock-nettraf @@ -6,8 +6,7 @@ case $BUTTON in 1) setsid -f "$TERMINAL" -e bmon ;; - 3) notify-send "🌐 Network traffic module" "🔻: Traffic received -🔺: Traffic transmitted" ;; + 3) pkill -RTMIN+12 dwmblocks;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac