Commit Graph

832 Commits

Author SHA1 Message Date
darealshinji
72784cc242 Option to display ASCII distribution logo only 2015-03-30 07:02:26 +02:00
Brett Bohnenkamper
e0d930266b Merge pull request #215 from darealshinji/patch-1
Update lists of distros/system/managers in manpage and script
2015-03-27 16:34:20 -10:00
Brett Bohnenkamper
86aefa8593 Merge pull request #216 from rtlanceroad/ubuntu
screenfetch-dev: fix detection for ubuntu
2015-03-27 16:33:33 -10:00
rtlanceroad
7560823582 screenfetch-dev: fix detection for ubuntu 2015-03-28 10:19:11 +08:00
darealshinji
506cab7f21 manpage: update distros/system/manager lists, remove commentary 2015-03-28 02:46:55 +01:00
darealshinji
7e0b63f0c3 remove commas and obsolete commentary 2015-03-28 02:43:00 +01:00
darealshinji
6821ed2c49 mention CDE and dtwm 2015-03-28 02:41:18 +01:00
Brett Bohnenkamper
8f177ff2a0 This is much better. Shhhh. You didn't see the previous commit. 2015-03-27 03:04:15 -10:00
darealshinji
43ed512e53 distro detection: use 'case' instead of 'if-else' 2015-03-27 03:02:47 -10:00
Brett Bohnenkamper
dee6904f82 Fix for issue #177, possibly. Moved glxinfo ahead of lspci detection. 2015-03-27 01:56:14 -10:00
Brett Bohnenkamper
8a1cff2d90 Merge pull request #170 from osiux/fix-gnome-detection
Fix gnome 3.14 detection
2015-03-26 23:30:36 -10:00
Brett Bohnenkamper
d8f3fe2579 Update to issue #174 fix to use $() instead of `` 2015-03-26 23:26:15 -10:00
Brett Bohnenkamper
b577faaad6 Merge pull request #174 from jepugs/master
Fixed total memory detection on OpenBSD.
2015-03-26 23:25:13 -10:00
Brett Bohnenkamper
6d0db1462d Merge pull request #191 from darealshinji/patch-1
use Ubuntu-3color by default, remove old yellow logo
2015-03-26 23:23:58 -10:00
Brett Bohnenkamper
ce01d0e581 Auto-fold wm/distro/system lists. Thanks to @darealshinji on PR #207. 2015-03-26 23:20:30 -10:00
Brett Bohnenkamper
9a06b0c8d5 gNewSense detection and ASCII. Manual merge of #210. Thanks @darealshinji. 2015-03-26 23:00:44 -10:00
Brett Bohnenkamper
c8265fcfd0 Dragora detection. Manual merge of #211. Thanks @darealshinji 2015-03-26 22:52:56 -10:00
Brett Bohnenkamper
9a2ed543a5 Merge pull request #212 from darealshinji/patch-3
new distro: BLAG
2015-03-26 17:56:16 -10:00
darealshinji
dc32f86e92 BLAG detection 2015-03-27 04:27:08 +01:00
darealshinji
3bd68c9950 new distro: BLAG 2015-03-27 04:20:41 +01:00
Brett Bohnenkamper
925e012020 Merge pull request #208 from darealshinji/patch-6
no double Arch Linux detection line
2015-03-26 15:40:26 -10:00
Brett Bohnenkamper
d05db37677 Merge pull request #209 from darealshinji/patch-8
CDE/dtwm detection
2015-03-26 15:40:00 -10:00
darealshinji
9d2abd2022 CDE/dtwm detection 2015-03-26 18:49:24 -06:00
darealshinji
96f947cb75 no double Arch Linux detection line 2015-03-25 16:14:42 +01:00
Brett Bohnenkamper
d45a48306d Merge pull request #172 from woodruffw/remove-uuoc
remove useless use of cat in grep statement
2015-03-23 00:10:47 -10:00
Brett Bohnenkamper
ab17f0ad06 Merge pull request #205 from darealshinji/patch-4
document '-d' command in manpage
2015-03-23 00:09:19 -10:00
Brett Bohnenkamper
1f7b706f7f Merge pull request #204 from darealshinji/patch-3
Update changelog
2015-03-23 00:07:31 -10:00
Brett Bohnenkamper
845a389c0b Merge pull request #206 from darealshinji/patch-5
mention Chapeau in supported distributions
2015-03-23 00:07:22 -10:00
darealshinji
42502b1d6f mention Chapeau in supported distributions 2015-03-22 01:40:30 +01:00
darealshinji
c5c97bc36e document '-d' command in manpage 2015-03-22 01:38:27 +01:00
darealshinji
8c33573037 Update CHANGELOG 2015-03-22 01:25:18 +01:00
Brett Bohnenkamper
4d7abf9d7e Merge pull request #202 from vpooley/chapeau
Added support for Chapeau Linux
2015-03-21 13:37:59 -10:00
Brett Bohnenkamper
9d9c459cc0 Merge pull request #203 from Zanthas/master
Fixing package detection in apt/dpkg distros
2015-03-21 13:34:31 -10:00
Zanthas Shadekieh
f2121ac26e Fixing package detection in apt/dpkg distros
'dpkg --get-selections' also returns packages that have been uninstalled but still have lingering configuration files.
 Using 'dpkg --get-selections | grep -v deinstall$ | wc -l' fixes this.
2015-03-21 13:00:56 -05:00
Vince Pooley
50a33887c7 Added support for Chapeau Linux 2015-03-21 08:58:52 +00:00
Brett Bohnenkamper
24cc9d74f2 Merge pull request #201 from darealshinji/patch-3
fix colors in Ubuntu-3colors
2015-03-20 19:40:06 -10:00
darealshinji
3e8866b38c fix colors in Ubuntu-3colors
This should look better now.
2015-03-20 10:33:40 +01:00
Brett Bohnenkamper
987303ff13 Merge pull request #199 from GLolol/revert-192-ryanpcmcquen-syntax-error-fix
Revert "Fix syntax error on line 3703"
2015-03-18 13:42:14 -10:00
James Lu
f71058878b Delete stderrOut 2015-03-17 18:02:51 -07:00
James Lu
b77eab77de Revert "Fix syntax error on line 3703" 2015-03-17 17:58:12 -07:00
Brett Bohnenkamper
69567b963a Merge pull request #198 from install-logos/master
Added Logos OS detection and ASCII
2015-03-17 11:37:31 -10:00
Ezra
c09f927cbe Added Logos OS detection and ASCII 2015-03-17 14:39:17 -05:00
Brett Bohnenkamper
dba46d69b7 Merge pull request #193 from darealshinji/patch-3
bump year in copyright notice
2015-03-17 09:19:23 -10:00
Brett Bohnenkamper
5daafd6102 Merge pull request #195 from necrobuffalo/master
Fix xmonad detection, fixes #133 and #185
2015-03-17 09:19:16 -10:00
Brett Bohnenkamper
449201ec86 Merge pull request #196 from cgoldberg/fixup-readme
Fixup readme
2015-03-17 09:19:00 -10:00
Corey Goldberg
c4e43b4c05 fixed captialization in man page 2015-03-15 11:26:49 -04:00
Corey Goldberg
990fa44f2b fixed command name in README 2015-03-15 07:58:46 -04:00
Corey Goldberg
a86ddce96c made spelling/case of ASCII consistent in README 2015-03-15 07:57:55 -04:00
Emma Barber
3b37e3c8b2 Fix xmonad detection, fixes #133 and #185 2015-03-12 06:51:30 -07:00
darealshinji
0c7e4ba6a3 bump year in copyright notice 2015-03-07 20:37:18 +01:00