View Single Post
Old 10-04-2021, 01:40 AM   #2
Semwize
Guru
Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.Semwize ought to be getting tired of karma fortunes by now.
 
Posts: 914
Karma: 275656
Join Date: Jun 2016
Device: Kobo
Quote:
Originally Posted by FickleHare View Post
Has anyone disabled the clock on the kobo Clara HD? It's in the top left corner of the home page. Also in the top right when in book view.
For Clara HD something like this:

Spoiler:
Code:
Hidden Time Label:
  - Enabled: yes
  - Description: |
  - FindZlib: "#batteryIcon[qApp_deviceIsDragon=true]"
  - ReplaceZlib: {Find: "#batteryIcon[qApp_deviceIsDragon=true],\n#time[qApp_deviceIsDragon=true],\n#horizontalSpacer[qApp_deviceIsDragon=true] {\n  max-height: 24px;\n  min-height: 24px;\n}", Replace: "#batteryIcon[qApp_deviceIsDragon=true],\n#horizontalSpacer[qApp_deviceIsDragon=true] {\n  max-height: 24px;\n  min-height: 24px;\n}\n#time[qApp_deviceIsDragon=true] {\n  qproperty-visible: false;\n}"}
  - FindZlib: "#timeLabel[qApp_deviceIsDragon=true]"
  - ReplaceZlib: {Find: "font-size: 25px;", Replace: "color: white;"}
(nickel.yaml)
Quote:
Originally Posted by FickleHare View Post
I'd like to NOT know the time while reading.
Did you immediately reject the option of just not looking at the clock as unrealistic?

Last edited by Semwize; 10-04-2021 at 01:47 AM.
Semwize is offline   Reply With Quote