* 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
10 lines
183 B
Luau
10 lines
183 B
Luau
noctalia.setUpdateInterval(1000)
|
|
|
|
function update()
|
|
barWidget.setGlyph("refresh-dot")
|
|
end
|
|
|
|
function onClick()
|
|
noctalia.togglePanel("avivbintangaringga/nextboot-selector:panel")
|
|
end
|