added basic ui, added working clock and battery indicator

This commit is contained in:
2025-10-26 22:19:04 +01:00
parent ce1b6b1261
commit 7d978177f5
4 changed files with 192 additions and 25 deletions

5
go.mod
View File

@@ -2,7 +2,10 @@ module main
go 1.25.2
require github.com/mattn/go-gtk v0.0.0-20240119050609-48574e312fac
require (
github.com/mattn/go-gtk v0.0.0-20240119050609-48574e312fac
golang.org/x/sys v0.37.0
)
require (
github.com/mattn/go-pointer v0.0.1 // indirect