feat(nextboot-selector): add nextboot-selector plugin (#36)

* feat(nextboot-selector): add nextboot-selector plugin

* fix(nextboot-selector): change readme

* fix(nextboot-selector): change readme

* fix(nextboot-selector): change en.json structure

* fix(nextboot-selector): check command result before rebooting and notify if error

* fix(nextboot-selector): add reboot and sudo as dependencies
This commit is contained in:
Aviv Bintang Aringga
2026-07-18 10:19:19 -04:00
committed by GitHub
parent 2d9c70aaf4
commit 56ccc9e5f4
6 changed files with 268 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
noctalia.setUpdateInterval(1000)
function update()
barWidget.setGlyph("refresh-dot")
end
function onClick()
noctalia.togglePanel("avivbintangaringga/nextboot-selector:panel")
end