Skip to content

Instantly share code, notes, and snippets.

@demmm
Last active July 18, 2026 12:24
Show Gist options
  • Select an option

  • Save demmm/5fa753f0b12153d1857e76ba41348c5a to your computer and use it in GitHub Desktop.

Select an option

Save demmm/5fa753f0b12153d1857e76ba41348c5a to your computer and use it in GitHub Desktop.
id = "plugins/uptime"
name = "Uptime"
version = "1.0.0"
plugin_api = 3
min_noctalia = "5.0.0"
author = "demm"
license = "MIT"
tags = [
"Bar",
"Desktop",
"Panel"]
icon = "clock"
description = "Uptime widget for your bar."
[[widget]]
id = "uptime"
entry = "uptime.luau"
[[widget.setting]]
key = "label"
type = "string"
label_key = "settings.uptime_dir.label"
description_key = "settings.uptime_dir.description"
default = "Uptime"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment