Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Tutorials defines the metadata for each tutorial Tutorials = map[string]Tutorial{ "welcome": { "Welcome", "", welcomeScreen, true, }, "installed": { "Install Themes", "List of current themes", currentThemesScreen, true, }, "download": { "Download Themes", "Download themes from gnome-look.org", downloadScreen, true, }, } // TutorialIndex defines how our tutorials should be laid out in the index tree TutorialIndex = map[string][]string{ "": {"welcome", "installed", "download"}, } )
View Source
var THEME_USER_DIR = os.Getenv("HOME") + "/.themes/"
Functions ¶
func GnomeThemeManagerApp ¶
func GnomeThemeManagerApp()
Types ¶
Click to show internal directories.
Click to hide internal directories.