File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ import (
99// Config Struct for Configuration File
1010type Config struct {
1111 Format []string `json:"format"` // Format Array for Modules
12- ShowASCII bool `json:"showASCII "` // True/False to Display ASCII
12+ ShowASCII bool `json:"showAscii "` // True/False to Display ASCII
1313 UseDefaultColors bool `json:"useDefaultColors"` // Use Default Colors
14- UseSmallASCII bool `json:"useSmallASCII "` // Use Small ASCII Art
15- ASCIIColor string `json:"ASCIIColor "` // Change ASCII Color
16- UseCustomASCII bool `json:"useCustomASCII "` // Use Custom ASCII TRUE/FALSE
17- CustomASCIIPath string `json:"customASCIIPath "` // Absolute Path to Custom ASCII
14+ UseSmallASCII bool `json:"useSmallAscii "` // Use Small ASCII Art
15+ ASCIIColor string `json:"asciiColor "` // Change ASCII Color
16+ UseCustomASCII bool `json:"useCustomAscii "` // Use Custom ASCII TRUE/FALSE
17+ CustomASCIIPath string `json:"customAsciiPath "` // Absolute Path to Custom ASCII
1818 UserColor string `json:"userColor"` // Color for Username
1919 SepColor string `json:"sepColor"` // Color for Separator
2020 TitleColor string `json:"titleColor"` // Color for Title
You can’t perform that action at this time.
0 commit comments