Skip to content

clock_countdown

  • Kind: realtime
  • Safety: Safe
  • Shapes: text, text_block, entries
OptionTypeRequiredDefaultDescription
timezoneIANA timezone (e.g. "Asia/Tokyo")nosystem localTimezone used when interpreting target / targets. Omit to follow the system clock.
targetRFC3339 datetime or YYYY-MM-DDnoSingle countdown target. Mutually exclusive with targets. Date-only values are treated as UTC midnight.
target_labelstringnoOptional label prefixed to the single-target line (e.g. "Ship:").
targetsarray of { label, target }noMultiple labelled countdowns. Rendered as TextBlock by default or Entries when the renderer expects a key/value shape.
ShapeRenderers
textanimated_boot, animated_figlet_morph, animated_postfx, animated_scanlines, animated_splitflap, animated_typewriter, animated_wave, text_ascii, text_plain
text_blockanimated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, list_plain, text_plain
entriesanimated_boot, animated_postfx, animated_scanlines, animated_splitflap, animated_wave, grid_table
                                                          
                                                 
                                              
                                              
                                                                                
[[widget]]
id = "clock_countdown"
fetcher = "clock_countdown"
render = "text_ascii"
Ship v2: 42d 3h                         
                                        
[[widget]]
id = "clock_countdown"
fetcher = "clock_countdown"
render = "text_plain"
Ship v2: 42d 3h                         
Release: 7d                             
                                        
                                        
[[widget]]
id = "clock_countdown"
fetcher = "clock_countdown"
render = "list_plain"
Ship v2: 42d 3h                         
Release: 7d                             
[[widget]]
id = "clock_countdown"
fetcher = "clock_countdown"
render = "text_plain"
Ship v2          42d 3h                 
Release          7d                     
                                        
                                        
                                        
[[widget]]
id = "clock_countdown"
fetcher = "clock_countdown"
render = "grid_table"