summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-17Removed unused class mapping.Laurie Clark-Michalek
2011-08-17Fixed error with old coloring code in sensors module.Laurie Clark-Michalek
2011-08-17Bumped version number.Laurie Clark-Michalek
2011-08-17Let users choose the time before taking screenshot with the ↵Laurie Clark-Michalek
core.screenshotwait node.
2011-08-17Added missing ArgumentError class.Laurie Clark-Michalek
2011-08-17Utilised the multiprocessing module to try and speed things up a bit. Added ↵Laurie Clark-Michalek
new config node, core.poolsize, to determine how large the process pool is, default=5.
2011-08-08Merge pull request #2 from dcelasun/masterLaurie Clark-Michalek
Update for Xfce 4.8 support
2011-08-08Updated for Xfce 4.8dcelasun
2011-06-12Fixed locale issue with decimal point.Laurie Clark-Michalek
2011-06-12Made the bounds of the fs coloring config options; low_bound and ↵Laurie Clark-Michalek
medium_bound in the fs section
2011-06-11Changed usage of the --debug option.Laurie Clark-Michalek
2011-06-11Fixed error with conversion from decimal string to int.Laurie Clark-Michalek
2011-06-09Added some logging to a couple of silent errorsLaurie Clark-Michalek
2011-06-09Corrected order of results when using bottom alignmentLaurie Clark-Michalek
2011-06-07Made logbook an optional dependencyLaurie Clark-Michalek
2011-06-06Removed obsoleat information from readme and header comments in archey3Laurie Clark-Michalek
2011-06-06Removed gh-pages from masterLaurie Clark-Michalek
2011-06-06Added setup.py fileLaurie Clark-Michalek
2011-06-06Bumped version number to 0.3Laurie Clark-Michalek
2011-06-06Fixed problem with options/config class when defigning colorschemeLaurie Clark-Michalek
2011-06-06Implemented result alignment optionLaurie Clark-Michalek
2011-06-06Fixed messed up config writingLaurie Clark-Michalek
2011-06-06Fixed gh-pages mixupLaurie Clark-Michalek
2011-06-06Added image of default config, along with changing up the default github ↵Laurie Clark-Michalek
page a bit.
2011-06-06Merge branch 'gh-pages' of github.com:bluepeppers/archey3Laurie Clark-Michalek
2011-06-06github generated gh-pages branchLaurie Clark-Michalek
2011-06-06Corrected incorrect default mpd portLaurie Clark-Michalek
2011-06-06Fixed coloring in fsDisplay, added persentage option. Fixed xmonad detectionLaurie Clark-Michalek
2011-06-06Added working config file, along with logging via logbookLaurie Clark-Michalek
2011-03-29Added manual option for DE and WM display classes to allow users to specify ↵Laurie Clark-Michalek
products not in the standard DE_DICT/WM_DICT
2011-03-29Modified various classes to use new config options.Laurie Clark-Michalek
2011-03-29Make sure every display class takes config as an argument.Laurie Clark-Michalek
2011-03-29Sorted out some overly long lines.Laurie Clark-Michalek
2011-03-29Changed copyright date.Laurie Clark-Michalek
2011-03-29Added ArcheyConfigParser class, including a default config.Laurie Clark-Michalek
2011-03-29Added subtle to wm dictunexist
2011-02-20Output error message instead of crash if the screenshot command returns a ↵Laurie Clark-Michalek
non-zero value.
2010-12-05Added another layer of error catching to hopefully fix (or at least hide) ↵Laurie Clark-Michalek
peoples recent problems
2010-11-17Added fix to coloring of File system output.Laurie Clark-Michalek
Added conversion table to convert between size chars ('M', 'G', 'k' etc) and int.
2010-11-17Made all numerators of fraction outputs bold.Laurie Clark-Michalek
Also reworked the Archey.color function. Added the bold kwarg to allow for easier control. Archey.format_item now edits output, could be an argument for allowing custom filters here. Concider for next big rewrite.
2010-11-07Fixed minor bug that was causing reverse FS coloringLaurie Clark-Michalek
2010-11-07Fixed minor bug that was causing reverse FS coloringLaurie Clark-Michalek
2010-11-07Corrected markdown syntax in readmeLaurie Clark-Michalek
2010-11-07Added color_me method to display classes, and colored RootFS output, and RAM ↵Laurie Clark-Michalek
output
2010-11-05Fix minor bug with uptime formattingLaurie Clark-Michalek
2010-10-25Added readmeLaurie Clark-Michalek
2010-10-25Clear color at end of printing, fixes bug with bashLaurie Clark-Michalek
2010-09-23Fix crash when no mpd is installedLaurie Clark-Michalek
2010-09-11Removed xfconfd, inserted xfce4-sessionLaurie Clark-Michalek
2010-09-01Fixed mpdDisplay with shell methodLaurie Clark-Michalek