summaryrefslogtreecommitdiff
path: root/archey3
AgeCommit message (Collapse)Author
2016-09-28Backwards-compatible recognition of newer GNOME sessionspille1842
2016-09-27Make archey3 recognize a running GNOME desktoppille1842
archey3 doesn't recognize that GNOME 3.20 is running. That's because there's no process called `gnome-session`. A safer way to see if GNOME is running would be to look for processes called `gnome-shell`.
2016-01-21This fixes version to conform to pep 396rski
Version should be specified in __version__ instead of in the comment where it was. It also makes the --version flag read __version__, as it also had an (older) version number hardcoded.
2015-11-19Add swayDrew DeVault
https://github.com/SirCmpwn/sway
2015-05-01fix issue #27: can now detect kwin_x11 and kwin_waylandrski
2014-11-15fix issue #24rski
2014-09-05Merge pull request #18 from shmibs/masterLaurie Clark-Michalek
added DE and WM elements
2014-09-05changed format_output(...) to remove unnecessary quotation marksAlexander Weidinger
2014-06-20Added bspwm to WM collectionribmo
2014-02-26added DE and WM elementsshmibs
2014-02-04Added explicit error message about lack of imagemagick (Fixes #17)Laurie Clark-Michalek
2013-11-01Bumped version to 0.5Laurie Clark-Michalek
2013-09-13Fix overreported installed package count.feivel
2013-07-16Add Wingo to WM collectionAdam Jimerson
Added Wingo to the WM_DICT collection.
2013-05-09Added an extra output. Can now print the time since the last fullMike Frampton
system upgrade.
2012-12-25Merge branch 'master' of github.com:bluepeppers/archey3Laurie Clark-Michalek
2012-12-25Fixed problem for people without XDG_CONFIG_HOMELaurie Clark-Michalek
2012-10-20Add MonsterWM WM.Neil Perry
2012-09-08Added qtile supportLaurie Clark-Michalek
2012-09-07Moved to ordered dicts to allow DE & WMs to have priority and added cinnamon ↵Laurie Clark-Michalek
support
2012-09-07Made the archey3 file executableLaurie Clark-Michalek
2012-08-10Removed version number from xfce outputLaurie Clark-Michalek
2012-08-10Added cpu module as uname -p no longer works. Fixes #8Laurie Clark-Michalek
2012-05-17updated for xfce4 v4.10graysky
2011-09-17Moved Compiz priority downLaurie Clark-Michalek
2011-09-17Reversed problem with xmonadLaurie Clark-Michalek
2011-09-17Fixed actual problem with process check moduleLaurie Clark-Michalek
2011-09-17Fixed processes detection.Laurie Clark-Michalek
2011-09-17Added support for the Emerald window managerLaurie Clark-Michalek
2011-09-04Removed print statementLaurie Clark-Michalek
2011-09-04Corrected typo in package module registrationLaurie Clark-Michalek
2011-09-04Added core.screenshot_command config option, and fixed some incorrectly ↵Laurie Clark-Michalek
named decorators.
2011-08-18Replaced static dictionary with class decorator.Laurie Clark-Michalek
2011-08-19Merge branch 'master' of github.com:bluepeppers/archey3Laurie Clark-Michalek
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-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-06Bumped version number to 0.3Laurie Clark-Michalek