Commit Graph

1149 Commits

Author SHA1 Message Date
darealshinji
820fa0450a Update manpage 2016-12-03 10:54:10 +01:00
darealshinji
ed26ac9081 new distro: SwagArch (close #421) 2016-12-03 10:53:09 +01:00
darealshinji
5f15e57932 Merge pull request #420 from oberon2007/master
update Manjaro-logo
2016-12-01 05:10:12 +01:00
Bernhard Landauer
6710dc9284 update Manjaro-logo 2016-12-01 00:58:29 +01:00
darealshinji
7edac23238 FreeBSD bash(1) troubleshooting 2016-11-27 12:25:14 +01:00
darealshinji
57feb7f230 Merge pull request #419 from fuxprojesi/master
New release pull request
2016-11-24 16:23:48 +01:00
fuxproject
b08a84bd74 Added Fux logo 2016-11-23 16:38:51 +02:00
fuxproject
643d7054af New Distro: Fux 2016-11-23 15:34:42 +02:00
darealshinji
6cb6f01c87 Merge pull request #417 from aaronfranke/patch-1
Changed recommended installation command to be apt
2016-11-21 09:37:43 +01:00
Aaron Franke
cd66aa68f9 Changed recommended installation command to be apt
I added a note about Debian or Ubuntu 14.04 vs Ubuntu 16.04 when it comes to what command is used to install things. As of Ubuntu 16.04, `apt` is the recommended command, rather than `apt-get`. I also added `sudo` because you need to include that if you're not running a root terminal (and it doesn't hurt anything even if you are running a root terminal).

I also added newlines to the beginning and end just because I like newlines.
2016-11-21 01:49:20 -06:00
darealshinji
3a4d7a6743 Update CHANGELOG 2016-11-19 20:01:03 +01:00
darealshinji
810d8527a2 Update manpage 2016-11-19 20:00:11 +01:00
darealshinji
50b24c03be New distro: Pardus 2016-11-19 19:57:36 +01:00
darealshinji
a4be668557 revert 0f516ae
close #413 #399
2016-11-13 22:30:24 +01:00
darealshinji
3cdcc265a4 Calculate correct memory usage on Linux (close #386) 2016-11-13 01:43:39 +01:00
darealshinji
81f2ff4495 Merge pull request #402 from AMDmi3/uname-for-bsd
Rely on `uname' output for *BSD os decection
2016-11-13 00:18:36 +01:00
darealshinji
d0dcaf7890 Merge pull request #411 from redapple0204/master
fix gnome-terminal error
2016-11-13 00:17:30 +01:00
redapple0204
26286390b2 Update screenfetch-dev 2016-11-13 07:10:26 +08:00
redapple0204
c89a74d9bf Update screenfetch-dev 2016-11-12 20:27:37 +08:00
darealshinji
afc4e3437b Merge pull request #408 from delan/patch-2
OpenBSD: glxinfo(1): suppress standard error
2016-11-06 00:28:29 +01:00
darealshinji
38d7fe6b18 Merge pull request #407 from delan/patch-1
OpenBSD: fix usedmem for values < 100000 KiB
2016-11-06 00:27:54 +01:00
Delan Azabani
1375f2d833 OpenBSD: glxinfo(1): suppress standard error
Prior to this commit, remote (or other text-based) users would have
seen this error message at (or near) the start of the output:

	"Error: unable to open display "

If the host doesn't have xbaseXX.tgz, users would have seen this:

	"glxinfo: command not found"
2016-11-06 06:02:38 +08:00
Delan Azabani
8f051c5df5 OpenBSD: fix usedmem for values < 100000 KiB
According to vmstat.c [0], when vmstat(8) is run with no arguments,
the third line starts with the following printf(3) format, where the
number that comes from the %6u specification is what we're after:

	" %u %u %u %6u" [...]

cut(1) with -d ' ' doesn't ignore empty fields, so this output...

	" 1 0 0 123456" [...]

...is handled correctly...

	"<> <1> <0> <0> <123456>" [...]

...but this output...

	" 1 0 0  93328" [...]

...is not...

	"<> <1> <0> <0> <> <93328>" [...]

This results in an error:

	./screenfetch-dev: line 1357: / 1024: syntax error:
	>>>>>>> operand expected (error token is "/ 1024")

The issue is fixed by replacing cut(1) with awk(1).

[0] src/usr.bin/vmstat/vmstat.c, revision 1.139, lines 361 through 367
2016-11-06 05:47:56 +08:00
darealshinji
fb371bdd93 Merge pull request #405 from sdmoko/blankon
add Blankon distribution to the list
2016-11-01 13:24:06 +01:00
Syah Dwi Prihatmoko
1519a2a912 fix typos 2016-11-01 15:08:44 +07:00
Syah Dwi Prihatmoko
761d99f446 add Blankon distribution 2016-11-01 15:02:02 +07:00
Dmitry Marakasov
9158a27c97 Rely on `uname' output for *BSD os decection
uname may be used to reliably detect most *BSD OSes (namely FreeBSD,
NetBSD, OpenBSD, DragonFly), so use it. Otherwise it falls back to
/var/run/dmesg.boot, which is not always available (e.g. jails) and
is not as reliable anyway.
2016-10-28 16:33:31 +03:00
darealshinji
b05d09ea43 Update CHANGELOG 2016-10-27 10:18:08 +02:00
darealshinji
8563b9a8fe Merge pull request #400 from liwakura/master
Fix bugs for busybox systems
2016-10-27 10:16:54 +02:00
Nero
fa79fa91fe Fix bugs for busybox systems:
- BusyBox detection was TinyCore-only
- ps -p failed
- $USER unavailable
2016-10-26 22:19:36 +00:00
darealshinji
0f516ae237 GPU detection: prefer lspci over glxinfo 2016-10-22 01:15:27 +02:00
darealshinji
f71cd5269e Update CHANGELOG 2016-10-22 00:45:20 +02:00
darealshinji
c7ca34bf72 SparkyLinux logo 2016-10-22 00:43:55 +02:00
darealshinji
0c65dafb78 Update FreeBSD installation instructions 2016-10-17 11:52:32 +02:00
darealshinji
e69273b370 Cosmetics 2016-10-17 11:51:33 +02:00
darealshinji
f89721d44d Merge pull request #397 from r2qokk/master
chagne memtioned in #396
2016-10-17 11:48:51 +02:00
darealshinji
8e6ea53e07 Update CHANGELOG 2016-10-17 11:41:06 +02:00
darealshinji
296f4aa162 Merge pull request #398 from replaceits/master
Added support for Blackbox on Windows.
2016-10-17 11:40:20 +02:00
replaceits
5994976b4f Added support for Blackbox on Windows. This will put Blackbox as the WM if its installed and running and will also find the style that Blackbox is currently using and use that as the WM Theme. 2016-10-17 01:49:42 -04:00
Ray Zhu
5774f849d1 chagne memtioned in #396 2016-10-17 12:27:41 +08:00
darealshinji
89e51f2401 Merge pull request #394 from parazyd/master
fix shell detection on (gentoo) musl-libc linux distros
2016-10-11 02:07:27 +02:00
parazyd
a655e05c39 fix shell detection on (gentoo) musl-libc linux distros 2016-10-11 01:20:16 +02:00
darealshinji
8ffb7ac16c Merge pull request #392 from lvsz/master
No longer gets iTerm's font while in Terminal.app
2016-10-02 04:07:12 +02:00
Levi Siuzdak
ed277db7a6 No longer gets iTerm's font while in Terminal.app
On OS X it now checks if iTerm's actually used, not just whether it's installed
2016-10-02 02:07:58 +02:00
darealshinji
1c6233d0a1 Merge pull request #391 from undrskr/patch-1
Update Solus logo to the new one (closes #358)
2016-10-01 20:15:49 +02:00
undrskr
5575d654a8 Update Solus logo 2016-10-01 19:47:15 +03:00
darealshinji
a1cacfc90d show CPU temperature 2016-09-29 04:39:53 +02:00
darealshinji
e7b4ee1315 Update CHANGELOG 2016-09-29 03:44:02 +02:00
darealshinji
00e22a991d document `-w' command in manpage 2016-09-29 03:40:44 +02:00
darealshinji
c7e36c4661 document `-w' command in README.mkdn 2016-09-29 03:38:32 +02:00