Skip to content
/ saver Public

A fyne based screensaver with the FyshOS logo and optional clock

License

Notifications You must be signed in to change notification settings

FyshOS/saver

Repository files navigation

FyshSaver

A screensaver app built using Fyne which augments the FyneDesk desktop and FyshOS system.

FyshSaver preview

Usage

This project can be called as a library as follows:

save := saver.NewScreenSaver(func() {
	log.Println("Exited")
})
save.Lock = true

save.ShowWindow()

You can also run this screensaver with a demo app in the cmd/fyshsaver folder:

    cd cmd/fyshsaver
    go run .

About

A fyne based screensaver with the FyshOS logo and optional clock

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published