-
XDG ENVIRONMENT DEFAULT Stable
released this
2019-02-20 13:47:17 +00:00 | 0 commits to master since this releaseAdded default to $XDG_CONFIG_DIR, fixes issue #14 .
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
FUNCADELIC Stable
released this
2019-01-16 15:59:29 +00:00 | 4 commits to master since this releaseMajor refactoring to make use of the bashbud framework.
color functions
Added some color manipulation functions that can be used both in themes and templates and the commandline:
MONDO_DIR/themes/muh-theme
bg #FFFFFF fg #000000 red #FF0000 comment %%mix bg fg 0.6%% darkred %%darker red 0.465%% bg2 %%less bg 0.33%% green %%more #00FF00 0.3%%less and more works like this:
First mondo determines whether target color is dark or light.
If the color is light and the command is more,
the result will be more light
(same results as if the command was lighter).
If the color is dark and the command is more,
the result will be more dark
(same results as if the command was darker).It is also possible to use the functions on the commandline:
mondo --call|-c FUNCTION [THEME]$ mondo --call "mix #FFFFFF #000000 0.6" #666666If the last argument is the name of an existing theme,
the variables of that theme will be available:$ mondo --call "mix #FFFFFF darkred 0.123" muh-theme #F0DFDFcolorformat
A new setting is now available in template-setting files:
colorformat.
If set, all expanded variables in affected template will have that format.MONDO_DIR/generator/muh-generator/_mondo-settings
# uncomment the colorformat below to use HEX (00-FF) # This is how fully opaque "white" would look like # with this format: #FFFFFFFF # colorformat="#%R%G%B%A" # uncomment the colorformat below to use RGB (0-255) # This is how fully opaque "white" would look like # with this format: 255,255,255,255 # colorformat="%r,%g,%b,%a"fixes
Various small bugfixes, f.i. to use the
Injecttemplate setting, it's value
must be eitherTrueortrue.When using the
--listcommand, variables with values containing whitespace, now gets printed properly.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
1 download
-
Source code (ZIP)
-
INJECTS APPLIED Stable
released this
2018-09-10 09:23:12 +00:00 | 11 commits to master since this releaseNew feature: INJECT
Adding feature requested in #8.
if any
_mondo-settingsfile have the variableinjectset (any value is valid). Mondo will instead of copying the generated template to the location of target, inject the template to target between the lines ending withMONDO-BEGINandMONDO-ENDDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
FORCED BY BLOND Stable
released this
2018-09-09 18:35:58 +00:00 | 14 commits to master since this releasefixed issue #6 with option parsing that made it impossible to set force.
Added longoptions to documentation.Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
GENERATE FOR PEACE Stable
released this
2018-08-31 20:50:16 +00:00 | 16 commits to master since this releaserefactor and big variable renaming update.
added long options.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
released this
2018-08-09 17:53:17 +00:00 | 20 commits to master since this releasefixed bad quote bug.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
make-o-loids Stable
released this
2018-07-17 13:15:10 +00:00 | 24 commits to master since this releasenow with make file!
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
mondoloids! Stable
released this
2018-07-17 12:30:35 +00:00 | 26 commits to master since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
Initial release Pre-release
released this
2018-04-03 08:15:22 +00:00 | 32 commits to master since this releasethis is the first public mondo release
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)