View Single Post
Old 04-04-2021, 06:23 PM   #11
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 11,069
Karma: 76037135
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
I got Sourcetree set up and run from source and put the template back. It works as an emblem now. (This is a book that has epub and a paper copy.)

I also have this for reading status (though it works in stable):

Code:
program:

  if $#currentlyreading then 'bookmark-48.png'
  elif $#readorder then 'list.png'
  elif check_yes_no('#read', 0, 0, 1) then 'ok.png'
  elif check_yes_no('#read', 0, 1, 0) then 'list_remove.png'
  fi
Attached Thumbnails
Click image for larger version

Name:	2021-04-04 19_22_48-Window.png
Views:	83
Size:	145.8 KB
ID:	186417  

Last edited by ownedbycats; 04-04-2021 at 06:49 PM.
ownedbycats is online now   Reply With Quote