modulepackage
0.0.0-20250210195851-194e0eaf4d56
Repository: https://github.com/fyshos/saver.git
Documentation: pkg.go.dev
# README
FyshSaver
A screensaver app built using Fyne which augments the FyneDesk desktop and FyshOS system.
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 .
# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
No description provided by the author