config

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Version      = "v0.2.0"
	OutputFolder = "Pictures/gowall"

	WallOfTheDayUrl    = "https://www.reddit.com/r/wallpaper/top/"
	HexCodeVisualUrl   = "https://lawlesscreation.github.io/hex-color-visualiser/"
	UpscalerBinaryName = "realesrgan-ncnn-vulkan"
)

Variables

View Source
var (
	EnableImagePreviewingDefault = true
	ThemesDefault                = []themeWrapper{}
)
View Source
var GowallConfig = defaultConfig()

global config object, used when config is needed

Functions

This section is empty.

Types

type Options added in v0.1.6

type Options struct {
	EnableImagePreviewing  bool           `yaml:"EnableImagePreviewing"`
	ColorCorrectionBackend string         `yaml:"ColorCorrectionBackend"`
	OutputFolder           string         `yaml:"OutputFolder"`
	Themes                 []themeWrapper `yaml:"themes"`
}

type Shared added in v0.1.6

type Shared struct {
	Theme      string
	BatchFiles []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL