mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
9 lines
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/sh
|
|
|
|
ifinstalled stig transmission-cli || exit
|
|
|
|
! pidof transmission-daemon >/dev/null && transmission-daemon && notify-send "Starting torrent daemon..."
|
|
|
|
$TERMINAL -e stig
|
|
pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"
|