View Single Post
Old 03-20-2020, 06:26 PM   #18
droopy
Guru
droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.droopy ought to be getting tired of karma fortunes by now.
 
Posts: 834
Karma: 2912460
Join Date: Apr 2009
Device: Kobo Forma
how i got dark-theme calibre :)

Quote:
Originally Posted by kovidgoyal View Post
It depends on your linux system, the reason there are no instructions for linux is because linux is not one thing. You should google how to set environment variables for your specific distro/setup.
i got some help from a fellow mint user. what worked was

Code:
 env CALIBRE_USE_DARK_PALETTE=1 calibre
i noted that the calibre shortcut in my Mint menu has this:
Quote:
calibre --detach %F
i'm not sure what "--detach" does. I just merged the 2 commands and now have
Code:
env CALIBRE_USE_DARK_PALETTE=1 calibre  --detach %F
Attached Thumbnails
Click image for larger version

Name:	Screenshot from 2020-03-20 15-35-56.png
Views:	80
Size:	220.6 KB
ID:	177842   Click image for larger version

Name:	Screenshot from 2020-03-20 15-36-02.png
Views:	85
Size:	311.6 KB
ID:	177843  

Last edited by droopy; 03-20-2020 at 06:36 PM.
droopy is offline   Reply With Quote