Files
community-plugins/lid-guard/plugin.toml
T
pedroandGitHub 98e7cc1ea1 feat(lid-guard): add lid-close suspension inhibitor (#30)
* feat(lid-guard): add lid-close suspension inhibitor

* docs(lid-guard): replace plugin thumbnail
2026-07-23 23:46:04 -04:00

23 lines
566 B
TOML

id = "8bury/lid-guard"
name = "Lid Guard"
version = "1.0.0"
plugin_api = 3
author = "8bury"
license = "MIT"
icon = "shield-lock"
description = "Keep the laptop awake when its lid is closed, so background jobs can continue running."
tags = ["bar", "indicator", "productivity", "service", "shortcut", "system", "utility"]
dependencies = ["systemctl", "systemd-run", "systemd-inhibit", "sleep"]
[[service]]
id = "lid-guard-service"
entry = "service.luau"
[[widget]]
id = "lid-guard"
entry = "widget.luau"
[[shortcut]]
id = "lid-guard-toggle"
entry = "shortcut.luau"