Commit Graph

490 Commits

Author SHA1 Message Date
Brett Bohnenkamper
0b07f467ba Removing all of the theme exporting code. I've never seen anyone use it and haven't used myeslf in quite some time. 2013-06-28 15:11:01 -05:00
Brett Bohnenkamper
d205d8a68a Merge pull request #57 from maman/master
fix multi-monitor resolution detection on OS X
2013-06-26 09:31:33 -07:00
Achmad Mahardi
61d6fe31ec Fix multi-monitor detection on OS X 2013-06-26 22:55:55 +07:00
Brett Bohnenkamper
21ae8d573a Switched to printf in errorOut and verboseOut. This may be the start of a big echo->printf move. 2013-06-25 02:18:32 -05:00
Brett Bohnenkamper
4ede693b33 Fix for issue #56. 2013-06-19 16:26:59 -05:00
Brett Bohnenkamper
f46537aca7 FreeBSD portmaster support. 2013-06-17 18:44:33 -05:00
Brett Bohnenkamper
11d1992f85 Fix for CPU spacing. 2013-06-17 17:41:14 -05:00
Brett Bohnenkamper
d53e1102b1 Fixing -n output. 2013-06-16 13:25:46 -05:00
Brett Bohnenkamper
a70ae45c0d Adding something for gpuinfo not found to get rid of an annoying space that would happen if none were found. 2013-06-13 21:59:18 -05:00
Brett Bohnenkamper
ea14d5bc4b Adding in support for GPU detection on OS X. Tested by @spaghetti2514 and Hu6. 2013-06-13 21:55:44 -05:00
Brett Bohnenkamper
b9ecc05b58 I do belive it's time for a new tag. v3.0.0 2013-06-13 19:41:11 -05:00
Brett Bohnenkamper
adc232473f Fix for WM case-sensitive that doesn't involve declare and makes use of different versions of BASH. 2013-06-13 19:22:13 -05:00
Brett Bohnenkamper
9e3ca6d641 Possible solution for issue #42. 2013-06-13 19:07:39 -05:00
Brett Bohnenkamper
cd7b941b27 Forgot to add the actual combining of the model and cpu vars. 2013-06-13 18:40:44 -05:00
Brett Bohnenkamper
2e0c3ef2a6 Leading space in output screwed it up. Should be fixed. 2013-06-13 18:37:57 -05:00
Brett Bohnenkamper
7af424b945 Some stuff for ppc cpu detection. 2013-06-13 18:34:25 -05:00
Brett Bohnenkamper
7921530068 Adding -d back to --help. 2013-06-13 03:16:31 -05:00
Brett Bohnenkamper
537510884c Adding -d back in for now. Still needs some work. 2013-06-13 03:14:46 -05:00
Brett Bohnenkamper
5d00052916 Adding -E to help so people know it\'s there. 2013-06-13 01:02:35 -05:00
Brett Bohnenkamper
9e8810870d Forgot a dot. My bad. 2013-06-13 00:30:51 -05:00
Brett Bohnenkamper
65ab4f90a6 Moved detecthost to after detectdistro and made OS X output remove '.local' from hostname. 2013-06-13 00:29:20 -05:00
Brett Bohnenkamper
fe5dc7ba99 Fixing some OS X screencapture stuff. 2013-06-12 23:49:46 -05:00
Brett Bohnenkamper
8f9fa755bb Merge pull request #55 from spaghetti2514/master
Scientific Linux Support
2013-06-12 20:48:46 -07:00
Ben
2e3363bc47 Fix Support for Scientific Linux 2013-06-12 22:43:37 -05:00
Brett Bohnenkamper
c25cc8229b Fixing stuff from rebase. Commits included: WM case-sensitiveness gone, fix for issue #48, and better handling of ~/.screenfetchOR file. Sorry for the awfulness. 2013-06-12 22:23:12 -05:00
Brett Bohnenkamper
c83e68741e -c allows specifying 256 colors. 2013-06-12 19:02:46 -05:00
Brett Bohnenkamper
58eb4f81a7 Fixes for detectColors function. 2013-06-12 18:53:19 -05:00
Brett Bohnenkamper
075cc09b22 Fixed issue with Trisquel's hostname being one space off. 2013-06-11 23:37:57 -05:00
Brett Bohnenkamper
64ab19e1c5 Adding Funtoo detection and Funtoo text ASCII. Not dispalyed by default, use screenfetch -A 'Funtoo-text' to display it. 2013-06-11 23:27:21 -05:00
Brett Bohnenkamper
23f930e991 Fixing i3 detection. 2013-06-05 14:57:31 -05:00
Brett Bohnenkamper
2bc97d1acb Merge branch 'master' of git.silverirc.com:screenfetch 2013-06-05 14:57:12 -05:00
Brett Bohnenkamper
7501a97c06 Fixing i3 detection. 2013-06-05 14:56:57 -05:00
Brett Bohnenkamper
8fecbcf424 Fixing *BSD cpuinfo message. cpu speed is not supported yet on *BSD. 2013-06-04 03:39:01 -05:00
Brett Bohnenkamper
7d9553efc6 Fixing a potential uptime bug on FreeBSD. 2013-06-04 01:34:55 -05:00
Brett Bohnenkamper
4cb9863a8e Adding Hu6 to credit for OS X porting. 2013-06-03 23:02:33 -05:00
Brett Bohnenkamper
af4230baf5 -l is disabled until further notice since it isn't acutally doing anything. 2013-05-29 14:27:24 -05:00
Brett Bohnenkamper
ba3ea0f77a Various MATE fixes via patch from tidux@ma.sdf.org. 2013-05-26 15:53:03 -05:00
Brett Bohnenkamper
5546fe3229 Well, I got logo color working even if textcolor isn't specified, but I can't seem to get the other side (textcolor without logo color) because of OPTARG and commas. Weird. Will work on it more. 2013-05-26 01:58:42 -05:00
Brett Bohnenkamper
59e2b63703 Tentative fix for issue #54. 2013-05-24 16:19:34 -05:00
Brett Bohnenkamper
5825259f2a Apparently, case for B and b changed in Openbox. Fixed. 2013-05-22 03:03:34 -05:00
Brett Bohnenkamper
41673d6d18 Major number version, almost. Version change for many cygwin fixes. v2.9.0 2013-05-22 02:52:25 -05:00
Brett Bohnenkamper
aebd80bced Fixed the actual OS being output for Cygwin. This might be it. 2013-05-22 00:50:46 -05:00
Brett Bohnenkamper
dc5359e015 Adding sysArch to Cygwin OS detection. 2013-05-22 00:46:18 -05:00
Brett Bohnenkamper
2023ded18a Fixing gui-dependent vars not being displayed. 2013-05-22 00:44:42 -05:00
Brett Bohnenkamper
0c3b31ccf1 Cygwin WM theme detection. 2013-05-22 00:31:06 -05:00
Brett Bohnenkamper
3b14245219 Capitalization, my friends. It helps. 2013-05-22 00:24:26 -05:00
Brett Bohnenkamper
a7645e9887 More work on the previous commit. 2013-05-22 00:21:44 -05:00
Brett Bohnenkamper
ba82c36352 Cygwin WM detection. 2013-05-22 00:17:43 -05:00
Brett Bohnenkamper
6ae493d255 Working DE detection for Cygwin. 2013-05-22 00:14:48 -05:00
Brett Bohnenkamper
e6612b7285 Working Cygwin shell detection. shell_ver works, too. 2013-05-22 00:10:17 -05:00