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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

194e0ea · Feb 10, 2025

History

22 Commits
Jan 25, 2025
Dec 27, 2024
Dec 30, 2024
Dec 30, 2024
Dec 27, 2024
Dec 30, 2024
Dec 30, 2024
Jan 13, 2025
Jan 13, 2025
Jan 13, 2025
Feb 10, 2025
Feb 10, 2025
Jan 21, 2025
Dec 30, 2024
Dec 30, 2024
Dec 30, 2024
Feb 10, 2025

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