diff options
author | awy <awy@awy.one> | 2025-07-30 19:08:29 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 19:08:29 +0300 |
commit | 75337add55922896e1ff090450039c2511a78e4d (patch) | |
tree | 6991dedb515f6f580e53cbbdd72675d43bff0b01 /.local | |
parent | 0a42f0fbd8d41193aaaf6ebd08fa734b2027a1da (diff) | |
download | hyprdots-75337add55922896e1ff090450039c2511a78e4d.tar.gz |
fix
Diffstat (limited to '.local')
-rwxr-xr-x | .local/bin/statusbar/sb-internet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-internet b/.local/bin/statusbar/sb-internet index 4840a26..378cccb 100755 --- a/.local/bin/statusbar/sb-internet +++ b/.local/bin/statusbar/sb-internet @@ -1,7 +1,7 @@ #!/bin/sh case $BLOCK_BUTTON in - 1) setsid -f "$TERMINAL" -e nmtui >/dev/null 2>&1 ; pkill -RTMIN+4 i3blocks ;; + 1) setsid -f "$TERMINAL" -e nmtui >/dev/null 2>&1 ; pkill -RTMIN+4 waybar ;; 3) notify-send " Internet module" "\- Click to connect : wifi disabled : no wifi connection |