diff options
author | awy <awy@awy.one> | 2025-08-24 13:54:25 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-24 13:54:25 +0300 |
commit | c079071001adb81de6ca839b0c617ed7ce3f0862 (patch) | |
tree | 6fe8c0644e03964dc019b5ec630516e4efefda15 /.local/bin/td-toggle | |
parent | 4cab932fa600f3a0db895041c46e58765333e15e (diff) | |
download | hyprdots-c079071001adb81de6ca839b0c617ed7ce3f0862.tar.gz |
cleanup
Diffstat (limited to '.local/bin/td-toggle')
-rwxr-xr-x | .local/bin/td-toggle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/td-toggle b/.local/bin/td-toggle index 24ded26..977cc56 100755 --- a/.local/bin/td-toggle +++ b/.local/bin/td-toggle @@ -9,4 +9,4 @@ else ifinstalled transmission-cli || exit [ "$(printf "No\\nYes" | mew -i -p "Turn on transmission daemon?")" = "Yes" ] && transmission-daemon && notify-send "transmission-daemon enabled." fi -sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-i3blocks}" +sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-waybar}" |