Thread: Clara HD Display time when reading
View Single Post
Old 10-26-2018, 09:26 AM   #32
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by NiLuJe View Post
... * You can get a "transparent" background by adding a -O to the command.
Quote:
Originally Posted by Terisa de morgan View Post
Forma I have, shell access no (and I'm not very ready for tinkering in that side). Ah! And thanks for the -O command
OK, what's your cunning secret I cannot get either the -O or -o option to work satisfactorily in white-on-black Nightmode. I've tried all sorts of tweaks to the fbink statement in miniclock.sh without success (including removing the -B parameter). Whatever combo I've tried ends up with a white background, not a transparent one.

This is the default fbink statement for Miniclock:
Code:
    fbink -X "$cfg_offset_x" -Y "$cfg_offset_y" -F "$cfg_font" -S "$cfg_size" \
          -C "$cfg_fg_color" -B "$cfg_bg_color" \
          "$(date +"$cfg_format")"
What should it be to get optimal results in both black-on-white and white-on-black modes? In case it's relevant, I set the config file's fg_color=GRAY7 so that the HH:MM would be equally visibly muted in both modes.

BTW:
  • using the -O option has the minor drawback that, when the minutes value changes, the new value is overlaid on the old value until the next screen touch tidies it up.
  • using the -o option just gives me a white background rectangle with no HH:MM display.
jackie_w is offline   Reply With Quote