diff --git a/scripts/images.txt b/scripts/images.txt new file mode 100644 index 0000000..cd9d18d --- /dev/null +++ b/scripts/images.txt @@ -0,0 +1,11 @@ +https://www.lfg.co/wp-content/uploads/2013/02/2006-11-12-1.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-11-12-2.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-11-20-3.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-11-27-4.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-12-04-5.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-12-11-6.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-12-18-7.gif + https://www.lfg.co/wp-content/uploads/2013/02/2006-12-27-8.gif + https://www.lfg.co/wp-content/uploads/2013/02/2007-01-01-9.gif + https://www.lfg.co/wp-content/uploads/2013/02/2007-01-08-10.gif + diff --git a/scripts/mshout.lisp b/scripts/mshout.lisp new file mode 100644 index 0000000..87a2e5f --- /dev/null +++ b/scripts/mshout.lisp @@ -0,0 +1,8 @@ +(defvar songs (list)) +(with-open-file (stream "/home/chris/nextcloud/tfc/mshoutsongs.txt") + (do ((line (read-line stream nil) + (read-line stream nil))) + ((null line)) + (if (search "Title:" line) + (push line songs)))) +(print songs) diff --git a/scripts/muunread-plasma.10m.sh b/scripts/muunread-plasma.10m.sh new file mode 100755 index 0000000..0876a51 --- /dev/null +++ b/scripts/muunread-plasma.10m.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env sh +muunread="$(mu find flag:unread AND NOT flag:trashed AND NOT maildir:\"/outlook/Junk\" AND NOT maildir:\"/office/Junk Email\" AND NOT maildir:\"/outlook/Deleted\" AND NOT maildir:\"/office/Deleted Items\" AND NOT maildir:\"/office/Archive\" AND NOT maildir:\"/outlook/Archive\" AND NOT maildir:\"/cochrun/Archive\" | wc -l)" + +# echo " $muunread " +echo " $muunread | color=#f3f99d font='VictorMono Nerd Font' size=11 iconname=mail-message" +# echo " $muunread | color=#AF8700 font='VictorMono Nerd Font' size=11"