Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 521 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 521 Bytes

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 .