* feat!: add W Engine plugin * feat!: add en translation * fix: rm useless line * feat!: add preview window in a pannel * fix: rm no dependencies tools * feat!: update thumbnail with new image * feat: add screen choose with selector and add id check for warn string command folder * docs: add dependencies on toml and read me * fix: rm pkill and use kill * feat!: add multiple path check, default output, select where set wallpaper * feat!: rm debug notif * docs: add new action documentation * feat!: add new service for good restart (pkill all instance linux-wallpaper and rm all tmp file created by w engine) * feat!: add check if pid is a linux-wallpaper instance * docs: add depedencie and new entries * feat!: support personnal path with json load * docs: add docs for custom path * feat!: use new api function for show all wallpaper * fix: rm useless notify
8 lines
173 B
Luau
8 lines
173 B
Luau
function update()
|
|
noctalia.setUpdateInterval(1000)
|
|
barWidget.setGlyph("movie")
|
|
end
|
|
|
|
function onClick()
|
|
noctalia.togglePanel("tadomika_ari/w-engine:w-engine-panel")
|
|
end |