Add back noise texture

Add back the noise texture background by embedding the image file and setting it
as base64-encoded data as CSS background image.
This commit is contained in:
Olli 2026-08-14 11:39:10 +02:00
commit 690f0f8e9a
3 changed files with 13 additions and 1 deletions

View file

@ -60,7 +60,7 @@ func (a *Application) setDefaultSettings() {
func (a *Application) loadCSS() {
styleProvider := gtk.NewCSSProvider()
styleProvider.LoadFromString(data.MainCSS)
styleProvider.LoadFromString(data.BuildMainCSS())
gtk.StyleContextAddProviderForDisplay(
gdk.DisplayGetDefault(),