Change from tremc to stig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user