hyprdots

my dotfiles for hyprland
git clone https://git.awy.one/hyprdots.git
Log | Files | Refs | README | LICENSE

commit 8d25de7fd81938573669a3764504473a8b0b564f
parent de88f000a54320389e67f568749e61a0b20db812
Author: awy <awy@awy.one>
Date:   Thu, 20 Mar 2025 16:04:57 +0300

sudo

Diffstat:
M.local/bin/statusbar/sb-nettraf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/statusbar/sb-nettraf b/.local/bin/statusbar/sb-nettraf @@ -5,7 +5,7 @@ # second, gives network traffic per second. case $1 in - 1) setsid -f "$TERMINAL" -e doas bandwhich ;; + 1) setsid -f "$TERMINAL" -e sudo -A bandwhich ;; 3) notify-send "🌐 Network traffic module" "🔻: Traffic received 🔺: Traffic transmitted" ;; 8) setsid -f "$TERMINAL" -e "$EDITOR" "$0" ;;