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 InlineImagePreviewDefault = false ImagePreviewBackend = "" ThemesDefault = []themeWrapper{} )
View Source
var GowallConfig = defaultConfig()
Functions ¶
func CreateDirectory ¶ added in v0.2.1
func LoadConfig ¶ added in v0.2.1
func LoadConfig()
Types ¶
type GlobalSubCommandFlags ¶ added in v0.2.1
type Options ¶ added in v0.1.6
type Options struct {
EnableImagePreviewing bool `yaml:"EnableImagePreviewing"`
InlineImagePreview bool `yaml:"InlineImagePreview"`
ImagePreviewBackend string `yaml:"ImagePreviewBackend"`
ColorCorrectionBackend string `yaml:"ColorCorrectionBackend"`
OutputFolder string `yaml:"OutputFolder"`
Themes []themeWrapper `yaml:"themes"`
}
Click to show internal directories.
Click to hide internal directories.