Commit Graph

648 Commits

Author SHA1 Message Date
darealshinji
4dffd4e160 cleanup code in detectshell() function 2015-04-07 17:09:30 +02:00
Brett Bohnenkamper
32a27aa830 Fix for -d. 2015-04-06 03:14:57 -10:00
darealshinji
8e83628dda 9wm (8½) detection 2015-04-03 15:20:31 +02:00
Brett Bohnenkamper
37f8a8e880 Very small fix to increase readability. 2015-04-02 02:29:28 -10:00
darealshinji
9cb6ae8978 Minor changes in Fedora logo 2015-04-01 19:34:07 +02:00
darealshinji
3f5dc616f7 Lumina-DE: display version if '--version' is supported 2015-04-01 09:40:31 +02:00
Brett Bohnenkamper
a12b47cd22 Adding nvidia-smi detection before glxinfo detection. 2015-03-31 19:19:20 -10:00
Brett Bohnenkamper
6c1be9512d CRUX ascii art now included. 2015-03-31 18:44:46 -10:00
Brett Bohnenkamper
93460859e3 Cleaning up for CRUX and NixOS detection. 2015-03-31 15:39:15 -10:00
Brett Bohnenkamper
28db6bf678 Cleaning up CRUX detection. 2015-03-31 15:10:26 -10:00
Brett Bohnenkamper
a37534247f Fix for no xdpyinfo executable on system. Resolution will not show in GNU/Linux systems in this case. 2015-03-31 15:04:58 -10:00
Brett Bohnenkamper
80cfc074de Merge branch 'master' of github.com:KittyKatt/screenFetch 2015-03-31 14:45:19 -10:00
Brett Bohnenkamper
194c4d7491 Preliminary CRUX detection. 2015-03-31 14:45:04 -10:00
darealshinji
39b4af5ae1 NixOS detection 2015-03-31 13:20:07 +02:00
darealshinji
0d3427161c Detection for the Lumina Desktop Environment
https://github.com/pcbsd/lumina
2015-03-30 14:22:30 +02:00
Marshall Banana
25723e416d Script to update information in manpage 2015-03-30 13:08:25 +02:00
darealshinji
454e69a011 Distro list: double comma after "Logos" 2015-03-30 12:52:44 +02:00
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
rtlanceroad
7560823582 screenfetch-dev: fix detection for ubuntu 2015-03-28 10:19:11 +08: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
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
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
darealshinji
42502b1d6f mention Chapeau in supported distributions 2015-03-22 01:40:30 +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
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
darealshinji
3e8866b38c fix colors in Ubuntu-3colors
This should look better now.
2015-03-20 10:33:40 +01: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
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
Brett Bohnenkamper
8679764d75 Merge pull request #190 from myfreeweb/patch-1
Add new raspbian detection
2015-03-06 13:08:42 -10:00