36 lines
782 B
TOML
36 lines
782 B
TOML
id = "neuro/upbeat"
|
|
name = "Upbeat"
|
|
version = "1.0.0"
|
|
min_noctalia = "5.0.0"
|
|
author = "neuro"
|
|
license = "MIT"
|
|
dependencies = []
|
|
icon = "at"
|
|
deprecated = false
|
|
description = "A bar widget that displays Swatch Internet (.beat) Time"
|
|
tags = ["fun", "clock", "utility", "time"]
|
|
|
|
[[widget]]
|
|
id = "upbeat"
|
|
entry = "upbeat.luau"
|
|
|
|
[[widget.setting]]
|
|
key = "show_centibeats"
|
|
type = "bool"
|
|
label_key = "Display subbeats"
|
|
default = true
|
|
description_key = "Toggle subbeat display (.xx)"
|
|
|
|
[[widget.setting]]
|
|
key = "beat_display"
|
|
type = "bool"
|
|
label_key = "Display .beats"
|
|
default = false
|
|
description_key = "Toggle internet time notation (.beats)"
|
|
|
|
[[widget.setting]]
|
|
key = "time_format_toggle"
|
|
type = "bool"
|
|
label_key = "Toggle 24Hr time"
|
|
default = false
|
|
description_key = "Display 24 hour time" |