diff options
| author | appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> | 2023-10-04 20:01:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 20:01:05 +0000 |
| commit | 708d6c67317ca90138681d4a7892cc5db2e092cc (patch) | |
| tree | e9b66f74311c6f1e57de5b4abf2a6d312037dba1 | |
| parent | b8cd0ab4953d053fef09c48ba04f2fbb2df57aa4 (diff) | |
| download | eibhear-708d6c67317ca90138681d4a7892cc5db2e092cc.tar.gz eibhear-708d6c67317ca90138681d4a7892cc5db2e092cc.tar.zst eibhear-708d6c67317ca90138681d4a7892cc5db2e092cc.zip | |
Change remaining tremc entry in script to stig (#1364)
| -rwxr-xr-x | .local/bin/statusbar/sb-torrent | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/statusbar/sb-torrent b/.local/bin/statusbar/sb-torrent index 6527005..08c9173 100755 --- a/.local/bin/statusbar/sb-torrent +++ b/.local/bin/statusbar/sb-torrent @@ -11,9 +11,9 @@ transmission-remote -l | grep % | sort -h | uniq -c | awk '{print $3 $1}' | paste -sd ' ' - case $BLOCK_BUTTON in - 1) setsid -f "$TERMINAL" -e tremc ;; + 1) setsid -f "$TERMINAL" -e stig ;; 2) td-toggle ;; - 3) notify-send "🌱 Torrent module" "\- Left click to open tremc. + 3) notify-send "🌱 Torrent module" "\- Left click to open stig. - Middle click to toggle transmission. - Shift click to edit script. Module shows number of torrents: |
