Change from tremc to stig

This commit is contained in:
2022-05-17 13:58:37 +02:00
parent d1bd245ed2
commit 8ec712d76d
4 changed files with 54 additions and 45 deletions

View File

@@ -239,3 +239,10 @@ List all =pdf= files and open selected one with zathura.
cd ~/Cloud/brain/pdfs/ && ls *.pdf | rofi -dmenu -lines 20 | xargs -I {} zathura {}
#+end_src
* =torrent-add= - Add Torrent using =stig=
Used to add notification when a torrent is added.
#+begin_src bash :tangle ~/.local/bin/torrent-add
stig add $@ && \
dunstify --replace=22221 "Stif" 'Torrent Added' || \
dunstify --replace=22221 --urgency=critical "Stif" 'Failed'
#+end_src