Image

namespace: custom_images

images:
  clock:
    height: 8
    ascent: 7
    file: 'custom_images:font/images/clock.png'
    char: '\ub000'
  
  emojis:
    font: default  # specify the font
    height: 8
    ascent: 7
    file: 'custom_images:font/emoji/emojis.png'
    chars: 
      - '\ub000\ub001'
      - '\ub002\ub003'

Last updated