Brett Bohnenkamper
fb2d012a8c
Merge pull request #167 from valeriangalliat/custom-art
...
Add an option to supply custom ASCII art.
2014-12-10 19:19:44 -10:00
Brett Bohnenkamper
53302e2eb5
Merge pull request #166 from GLolol/combine-gtk-themes
...
Combine GTK 2/3 themes if they are the same (Closes #163 )
2014-12-10 19:11:10 -10:00
Valérian Galliat
03741d577a
Add an option to supply custom ASCII art.
2014-11-30 10:18:13 +01:00
James Lu
2dcc77b3de
Combine GTK 2/3 themes if they are the same ( #163 )
2014-11-27 20:03:03 -08:00
Brett Bohnenkamper
0f4739e669
Merge pull request #165 from expeditiousRubyist/master
...
Added better support for cpu info on Android devices.
2014-11-11 22:05:47 -10:00
unknown
b3115ed8ef
Added better support for cpu info on Android devices.
...
Previously, this script would report an IBM PowerPC G3 on Android because
it does not have a "model name" field in /proc/cpuinfo. Instead, I check
the "Hardware" field, which should report a CPU model number.
2014-11-11 23:06:54 -08:00
Brett Bohnenkamper
985fee160c
-d is back! And better than ever. This should actually be a nice solution for issue #164 . Cleaner, nicer, and more functional.
2014-11-05 13:04:41 -10:00
Brett Bohnenkamper
859a60bbff
Upated TODO with new idea.
2014-10-30 20:56:40 -10:00
Brett Bohnenkamper
c2dad00879
Fix for teknik upload.
2014-10-24 13:20:46 -10:00
Brett Bohnenkamper
0fb57330f1
New tag commit.
v3.6.5
2014-09-29 14:05:19 -10:00
Brett Bohnenkamper
1a01fed30d
Not found/not applicable errors possibly fixed.
2014-09-29 10:00:02 -10:00
Brett Bohnenkamper
8b3a66d953
Fix for 'continue' in inappropriate place.
2014-09-28 22:03:45 -10:00
Brett Bohnenkamper
7145e0c021
Some fixes for DE detection.
2014-09-23 20:06:15 -10:00
Brett Bohnenkamper
3ef14f2ac7
Merge pull request #158 from darealshinji/patch-1
...
add old FreeBSD logo
2014-09-23 13:08:51 -10:00
Brett Bohnenkamper
9b17cfe64b
Merge pull request #159 from HakanSiktas/master
...
Fix and improve the RAM usage on OS X
2014-09-23 09:56:32 -10:00
Hakan Siktas
ecc94626cc
Fixed RAM usage on OS X. Now it ignores the inactive memory and counts the compressed pages as used memory.
2014-09-23 16:23:18 +02:00
darealshinji
9e56c95d08
add old FreeBSD logo
2014-09-21 11:04:37 +02:00
Brett Bohnenkamper
35cf0bdf38
Hopefully this fixes Void detection.
2014-09-15 01:39:00 -10:00
Brett Bohnenkamper
05919ac765
Change for teknik uploading.
2014-09-11 00:40:01 -10:00
Brett Bohnenkamper
64d97c6058
Cleaning up a pull.
2014-09-10 08:25:57 -10:00
Brett Bohnenkamper
5fdaf19b0a
Merge pull request #157 from darealshinji/patch-1
...
update command list in readme
2014-09-10 02:23:09 -05:00
darealshinji
9a4a853174
update command list in readme
2014-09-10 09:15:06 +02:00
Brett Bohnenkamper
5f816ecf04
Adding PPA to readme as supplied by issue #145 .
2014-09-09 05:12:09 -10:00
Brett Bohnenkamper
5824fbe298
Merge pull request #151 from x11tete11x/patch-1
...
Release parameter for Chakra Linux
2014-09-09 20:03:44 -05:00
Brett Bohnenkamper
9aecfd7839
Adding portrait mode pulled from issue #152 to manpage.
2014-09-09 05:02:08 -10:00
Brett Bohnenkamper
63e3cc300e
Merge pull request #152 from hyperair/portrait-mode
...
Add portrait mode output
2014-09-09 20:00:40 -05:00
Brett Bohnenkamper
ab6ebf8b8f
Merge pull request #156 from neuschaefer/dev
...
Fix wm detection (#133 )
2014-09-09 19:57:29 -05:00
Brett Bohnenkamper
4e0976da42
Merge pull request #154 from HakanSiktas/master
...
Attempt to fix issue #90
2014-09-09 19:54:31 -05:00
Jonathan Neuschäfer
43ae1c5827
Fix wm detection ( #133 )
...
The problem was that pgrep searches for any process names that contain the
specified string, instead of exact matches.
2014-09-10 02:46:01 +02:00
Brett Bohnenkamper
817e577d33
Merge pull request #155 from neuschaefer/dev
...
Various patches, please review
2014-09-09 19:33:06 -05:00
Jonathan Neuschäfer
21fd94c583
Remove bash function declaration syntax
2014-09-10 02:22:15 +02:00
Jonathan Neuschäfer
0367658c50
Show WM theme as "Not Applicable" instead of "Not Present"
...
What did the backslash do there?
'Musca') Win_theme="Not Present";;\
2014-09-10 02:22:15 +02:00
Jonathan Neuschäfer
812a59abab
grep [F]inder -> grep Finder
2014-09-10 02:22:15 +02:00
Jonathan Neuschäfer
7f3f29ce31
de-duplicate code in detectColors
2014-09-10 02:22:15 +02:00
Jonathan Neuschäfer
c4cce47ecb
Merge Mac OS and FreeBSD brances of a case block
2014-09-10 02:22:15 +02:00
Hakan Siktas
6b07f5c953
Attempt to fix issue #90
2014-09-09 21:09:34 +02:00
Chow Loong Jin
dcf3ba7111
Add portrait mode output
2014-09-05 17:10:20 +08:00
Tete
9fed36e58d
Release parameter for Chakra Linux
...
looks better if you put "" on release for Chakra Linux, cause if not, it says: "Chakra null Descartes" for example
thx for your work! :D
2014-08-26 00:22:00 -03:00
Jonathan Neuschäfer
02bb47e8ef
Check the verbosity level inside verboseOut
2014-08-21 19:43:54 +02:00
Jonathan Neuschäfer
b914db0d8a
simplify Scientific Linux detection by using grep
2014-08-21 19:43:54 +02:00
Jonathan Neuschäfer
bf22e7cf10
simplify $(echo $(command)) to $(command)
...
Note: This doesn't cover all instances of this pattern yet.
2014-08-21 19:43:54 +02:00
Jonathan Neuschäfer
2bf75283af
Fix a few typos
2014-08-21 17:43:59 +02:00
Brett Bohnenkamper
379fa86815
Fix for issue #148 .
2014-08-17 23:51:05 -10:00
Brett Bohnenkamper
581185270c
Merge pull request #147 from darealshinji/patch-1
...
manpage: mention longopts, bump version
2014-08-17 09:04:16 -10:00
darealshinji
78d149e191
manpage: mention longopts, bump version
2014-08-17 13:13:23 +02:00
Brett Bohnenkamper
4dc33e8440
Merge pull request #146 from darealshinji/patch-1
...
add '--version' command line longoption
2014-08-16 15:41:06 -10:00
Brett Bohnenkamper
07c785ef2f
Full support for Evolve OS now. Just need a logo.
2014-08-16 15:36:56 -10:00
darealshinji
73f0720598
add '--version' command line longoption
2014-08-17 03:21:27 +02:00
Brett Bohnenkamper
678d651036
Fixing contact details.
2014-08-15 17:31:02 -10:00
Brett Bohnenkamper
50efa76d30
Fixing Teknik uploading.
2014-08-15 17:27:15 -10:00