Commit Graph

854 Commits

Author SHA1 Message Date
fuxproject
8f5490511a ASCII Logo added for fux 2017-02-13 17:22:55 +03:00
fuxproject
e46ec46e4a ASCII Logo added 2017-02-13 17:09:15 +03:00
fuxproject
643d7054af New Distro: Fux 2016-11-23 15:34:42 +02: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
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
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
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
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
c7ca34bf72 SparkyLinux logo 2016-10-22 00:43:55 +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
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
parazyd
a655e05c39 fix shell detection on (gentoo) musl-libc linux distros 2016-10-11 01:20:16 +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
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
ba42b6c07c Disable line wrapping by default
Line wrapping must be enabled with `-w' if needed.
2016-09-29 03:36:37 +02:00
n-a-m-e
a7b9cc49da Update screenfetch-dev
fixes https://github.com/KittyKatt/screenFetch/issues/372
by wrapping long lines
2016-09-23 15:50:06 +10:00
n-a-m-e
d0c8c92669 Update screenfetch-dev
If number of lines in logo is less than the number of stats to display, display all of the stats instead of truncating the list and leaving of the last few stats
2016-09-23 12:53:40 +10:00
n-a-m-e
0880189ab3 Update screenfetch-dev
fixed up the two logos which used \n instead of the startline variable
2016-09-23 09:39:59 +10:00
n-a-m-e
25bb140be7 Update screenfetch-dev
Figured out the relationship between %s and startline so i fixed all the logos which had a startline other than 0
2016-09-23 02:21:35 +10:00
n-a-m-e
8cf0a4b582 Update screenfetch-dev
Updated all logos so every line in each logo is the same length, each line starts with ${c1} or ${c2} etc. , each line ends with %s, ${c1} in the middle of lines are not quoted, always use ${c1} instead of $c1, each logo now has if [ -n "${my_lcolor}" ] statement, also removed any redundant ${c1} inside logos.

TL;DR; all the logos look exactly the same but they all follow the same style now.
2016-09-23 01:49:03 +10:00
ber532k
c9cec1bc6b forgot something ;) 2016-09-21 18:33:13 +02:00
darealshinji
e1ffada3b5 Typo in "Modern UI" 2016-09-21 08:12:07 +02:00
darealshinji
69ba470264 example code to show public IP 2016-09-21 08:05:28 +02:00
darealshinji
cb5cc2c935 cosmetics, readability 2016-09-21 07:54:01 +02:00
ber532k
b8ba2498fd Add files via upload 2016-09-20 17:20:02 +02:00
darealshinji
292c4727f2 identify DE on Windows >= 8 as "Mordern UI/Metro"
and rename the WM to "DWM/Explorer"
2016-08-19 19:14:47 +02:00
Michl Voznesensky
8ee60d1d65 Add new GNU/Linux distro ROSA 2016-08-17 19:00:14 +03:00
darealshinji
be923abbda rename MSYS to MSYS2 2016-08-16 17:59:59 +02:00
darealshinji
b88837fa51 New Manjaro logo (closes #373) 2016-08-15 16:27:21 +02:00
darealshinji
cc53c8acdf handle s390 processor IDs and print the marketing name (close #359) 2016-08-05 12:39:11 +02:00
darealshinji
2466bcb366 silence gsettings if schema wasn't found 2016-08-04 05:35:24 +02:00
James Barnett
ada81be52e Merge branch 'fish' 2016-07-22 18:18:26 -05:00
darealshinji
7a169109e9 Merge pull request #370 from wesbarnett/master
Add support for GNOME Shell user themes
2016-07-23 01:07:06 +02:00
James Barnett
ea38da8f6a Fix spacing/tabs 2016-07-22 17:26:22 -05:00
James Barnett
9a2b04b8ab Add support for fish shell version 2016-07-22 17:04:53 -05:00
James Barnett
b0eaed8d9c Add support for GNOME Shell user themes 2016-07-22 16:53:42 -05:00
darealshinji
8d9769612a remove redundant GNOME check 2016-07-22 20:27:26 +02:00
Robin Hahling
9495b566c8 Fix CPU detection for DragonFly BSD 2016-07-19 17:17:28 +02:00