Last active
July 18, 2026 12:24
-
-
Save demmm/5fa753f0b12153d1857e76ba41348c5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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