|
Help
Get help with using tintwizard.
Featured
Installation RequirementsInstalling tintwizardYou do not have to "install" tintwizard. Just extract the files to any directory, and run as instructed below. How do I run tintwizard?
and type:./tintwizard.pyor:python tintwizard.py How do I add tintwizard to Openbox menus?
The above steps can be adapted for other menu types, e.g. Gnome Menu. I cannot run tintwizard.
chmod +x tintwizard.py Using tintwizardWhat does option do?Please read the tint2 configuration guide for in depth information on what everything does. How do I use my config?tint2 -c PATH_TO_CONFIG_FILE How do I replace the default config?Navigate to $HOME/.config/tint2 and replace the file tint2rc with your config file. My config file does not work with tint2Are you using the most recent version of tint2? How do I suggest new features?If you would like to suggest a new feature for tintwizard, please file a feature request. How do I report bugs?File bugs here. Thank you for your support by reporting bugs. Configuring tintwizardWhat does tintwizard.conf do?This allows you to set default values for several options within tintwizard, such as background and font color. When a new tint2 config is created, these values will be used as default. Where is the config file located?The config file is tintwizard.conf, in the $HOME/.config/tint2 directory. FontThe option font is formatted like so: font = name style size For example: font = Sans Bold 12 Alternatively, to not set a default font: font = None Background ColorThe option bgColor is formatted like so: bgColor = #rrggbb For example: bgColor = #ff0000 Alternatively, to not set a default background color: bgColor = None Foreground ColorThe option fgColor is formatted like so: fgColor = #rrggbb For example: fgColor = #ff0000 Alternatively, to not set a default foreground color: fgColor = None Border ColorThe option borderColor is formatted like so: borderColor = #rrggbb For example: borderColor = #ff0000 Alternatively, to not set a default foreground color: borderColor = None Background CountWhat does this do?This sets the default number of background styles to define. FormatThe option bgCount is formatted like so: bgCount = number For example: bgCount = 3 Alternatively, to not set a default background count: bgCount = None |