feat(lid-guard): add lid-close suspension inhibitor (#30)

* feat(lid-guard): add lid-close suspension inhibitor

* docs(lid-guard): replace plugin thumbnail
This commit is contained in:
pedro
2026-07-23 23:46:04 -04:00
committed by GitHub
parent 79583e36de
commit 98e7cc1ea1
7 changed files with 330 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
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"