Commit graph

1837 commits

Author SHA1 Message Date
Muhammad Herdiansyah
8aeb0e4fb1 Resolution: Fix awk error when not using GNU awk
Fixes #781
2017-07-19 23:14:01 +07:00
Muhammad Herdiansyah
1dee216fb5 Misc: Remove all 2>/dev/null instances and put it into one single exec 2017-07-18 21:43:56 +07:00
Muhammad Herdiansyah
b811d521a1 Install Date [Convert Time]: Remove leading zero from output
The leading zero in some ls output caused bash to interpret the output
as octal numbers, leading to the "value too great for base" error like
the AIX/IRIX uptime.
2017-07-18 14:31:53 +07:00
Michael Straube
44444ae0cc OS: Add support for Parsix 2017-07-16 20:02:43 +02:00
Muhammad Herdiansyah
60bdea15bb CPU: Remove unneeded output for AMD 2017-07-16 16:51:24 +07:00
Muhammad Herdiansyah
e305140e8d Distro [BSD]: Use -m instead of -p 2017-07-16 16:46:30 +07:00
Dylan Araps
40c4a7748b os: Fix bug where ChromeOS would be incorrectly detected. Closes #770 2017-07-16 09:34:43 +10:00
Michael Straube
b6b6083d2b Term: Add xfce4-terminal fallback font 2017-07-15 20:29:19 +02:00
Michael Straube
9596b0b921 General: Exit awk early 2017-07-15 17:39:22 +02:00
Michael Straube
2fb963fcb8 Term: Simplify Hyper font detection 2017-07-15 17:32:42 +02:00
Michael Straube
99438ec16b Term: Fix xfce4-terminal when using system-font 2017-07-15 17:31:12 +02:00
Michael Straube
70b7816b6c Term: Add font support for LXTerminal 2017-07-15 15:27:11 +02:00
Michael Straube
082c53e57e Song: Add support for Pogo 2017-07-15 15:16:41 +02:00
Michael Straube
7a90486916 General: Remove another awk call 2017-07-14 15:29:53 +02:00
Michael Straube
61a9590693 General: Get rid of a call to awk 2017-07-14 14:45:19 +02:00
Michael Straube
17cb578611 WM: Fix/add Window Maker detection 2017-07-14 12:03:01 +02:00
Muhammad Herdiansyah
03f85176df Merge pull request #773 from konimex/cpu
CPU: Various CPU changes
2017-07-14 14:18:27 +07:00
Muhammad Herdiansyah
a503fb975c CPU: Deprecate cpu_shorthand in favor of cpu_brand 2017-07-14 14:09:21 +07:00
Dylan Araps
44f1afcff6 DE: Fix incorrect DE name, closes #772 2017-07-14 09:07:39 +10:00
Muhammad Herdiansyah
91372f1cde CPU [Linux]: Add fallback speed method for PowerPC systems. 2017-07-14 02:38:02 +07:00
Muhammad Herdiansyah
2e1c942491 CPU [Speed]: Use the cpu_cores approach instead of deleting it manually.
This way, we don't have to replace the "@" with "($cores) @" and remove
the CPU speed from the output.
2017-07-14 02:33:16 +07:00
Muhammad Herdiansyah
2e338529b8 Docs: Update manpage and config 2017-07-13 19:06:52 +07:00
Muhammad Herdiansyah
63b26285fb CPU: Fix inaccurate speed for processors below 1GHz 2017-07-13 18:42:44 +07:00
Muhammad Herdiansyah
347854b296 CPU [NetBSD]: Added temp support 2017-07-13 18:31:39 +07:00
Herdiansyah
b669e9cab7 Merge pull request #767 from mstraube/kde
Fix KDE themes
2017-07-13 01:53:35 +07:00
Muhammad Herdiansyah
b95e030525 Distro: Put GoboLinux versioning below lsb_release
lsb_release can handle GoboLinux properly, it seems. So the fallback
detection can be used if lsb_release fails.
2017-07-13 01:40:39 +07:00
Michael Straube
94b9b3ad0c WM Theme [KDE]: Fix Aurorae themes
For themes with underscores in the name, only the last part was
displayed. #766
2017-07-12 20:01:25 +02:00
Michael Straube
9f5ab665c9 WM Theme [KDE]: Fix detection of Aurorae themes
Aurorae themes were detected as kwin.aurorae because the name was
taken from library= instead of theme= in kwinrc. #766
2017-07-12 17:39:24 +02:00
Michael Straube
33256b2640 Theme: Fix detection on KDE
Partial fix for #766
2017-07-12 10:13:46 +02:00
Dylan Araps
dfd08b4ce4 distro: Added support for Sabotage Linux 2017-07-12 15:04:16 +10:00
Dylan Araps
92c1100227 Merge branch 'master' of github.com:dylanaraps/neofetch 2017-07-12 11:32:53 +10:00
Dylan Araps
688bcd6e55 resolution [linux]: Add support for orientation. 2017-07-12 11:32:37 +10:00
Muhammad Herdiansyah
76d6fefeea Uptime [AIX/IRIX]: Remove leading zeroes from output
From bash(1):
> Constants with a leading 0 are interpreted as octal numbers. A
> leading 0x or 0X denote hexadecimal.

This causes error in uptime calculation.
2017-07-10 01:17:58 +07:00
Dylan Araps
e9f491656e tests: fix tests. 2017-07-10 00:08:15 +10:00
Muhammad Herdiansyah
8b3b0be709 Misc: Shellcheck fix SC2188 2017-07-09 17:57:53 +07:00
Muhammad Herdiansyah
c290bcaaa5 Misc: Add back missing clause of license into program and manpage 2017-07-09 01:55:32 +07:00
Muhammad Herdiansyah
24131bf430 Merge branch 'master' into install-sh 2017-07-01 17:17:52 +07:00
Dylan Araps
b367b24169 Merge pull request #763 from dylanaraps/config
config: Add .conf extensionn, remove shebang.
2017-07-01 20:09:48 +10:00
Dylan Araps
48d2d8cc1c config: Add backwards compatibility with old filename. 2017-07-01 09:18:32 +10:00
Dylan Araps
fe793fa440 config: Remove one too many .confs 2017-07-01 09:16:41 +10:00
Dylan Araps
8ded6cc935 config: Add .conf extensionn, remove shebang. 2017-07-01 09:08:47 +10:00
Muhammad Herdiansyah
b0a0454f52 CPU: Remove unneeded outputs from AMD APUs 2017-06-30 13:36:56 +07:00
Dylan Araps
69deb4309d Image: Possibly fix xterm 1/0 error. 2017-06-30 13:59:19 +10:00
Muhammad Herdiansyah
d57806c95f Term (SSH): Break from loop regardless of $SSH_TTY output
Fixes #760
2017-06-28 06:38:07 +07:00
Muhammad Herdiansyah
ca78d52d5f Misc: Remove comments 2017-06-28 02:00:14 +07:00
Muhammad Herdiansyah
0fa5e77124 CPU [AIX]: Use lsattr instead of prtconf for faster output 2017-06-23 16:32:18 +07:00
Muhammad Herdiansyah
2c11f83b2b CPU [AIX]: Use prtconf -s for faster speed output 2017-06-23 16:32:18 +07:00
Muhammad Herdiansyah
789ff58583 Model [AIX]: Reduce dependency on prtconf 2017-06-23 16:32:18 +07:00
Muhammad Herdiansyah
45d78359a7 CPU [Linux]: Fix inaccurate ARM CPU on SoC systems 2017-06-22 04:28:47 +07:00
Muhammad Herdiansyah
681208fa21 Distro: Get $machine_arch case outside the if statement
So if $os_arch=off, then the machine_arch will still be populated.
2017-06-22 04:09:38 +07:00
Dylan Araps
36bae0815e General: Bump version to minor git 2017-06-21 11:06:13 +10:00
Dylan Araps
1c759e8119 Release: 3.2.0 2017-06-21 10:58:09 +10:00
Herdiansyah
7118516541 Merge pull request #708 from dylanaraps/irix
OS:  Add initial support for IRIX
2017-06-20 21:10:20 +07:00
Muhammad Herdiansyah
3c03a8379e CPU [IRIX]: Remove unneeded output 2017-06-20 20:48:56 +07:00
Muhammad Herdiansyah
2837d9bed1 ASCII: Fix ASCII not appearing in IRIX64 systems 2017-06-20 20:48:16 +07:00
Muhammad Herdiansyah
0b54a97c04 Misc: Add /usr/etc to PATH
It seems IRIX needs to access /usr/etc to be able to access
ifconfig.
2017-06-20 20:45:00 +07:00
Muhammad Herdiansyah
38f0ac6a84 Disk [IRIX]: Fix Total Disk appears like used ones 2017-06-20 20:37:32 +07:00
Muhammad Herdiansyah
96103a757f Misc: Removed Makefile and added install script 2017-06-20 16:43:35 +07:00
Dylan Araps
ab3bb56d38 Merge branch 'master' of github.com:dylanaraps/neofetch 2017-06-16 14:44:35 +10:00
Dylan Araps
82ddddfda5 OS: Added support for CloverOS 2017-06-16 14:44:21 +10:00
LER0ever
34800b6665 terminal: add support for Neovim terminal emulator 2017-06-15 18:46:59 +08:00
Dylan Araps
3863fec23e scrot: Skip import on MacOS 2017-06-14 13:23:44 +10:00
Muhammad Herdiansyah
3b82a89c24 Distro [IRIX]: use -p for machine_arch 2017-06-10 13:27:23 +07:00
Muhammad Herdiansyah
69b642b759 Merge branch 'master' of github.com:dylanaraps/neofetch into irix 2017-06-10 13:07:44 +07:00
Muhammad Herdiansyah
2d1d689dd0 Distro [uname]: Remove macOS, add Haiku to use -p 2017-06-10 12:44:30 +07:00
Muhammad Herdiansyah
c0fb89ce40 Distro: Refactor $machine_arch 2017-06-10 01:02:25 +07:00
Muhammad Herdiansyah
04bdb70227 CPU [Solaris]: Truncate garbage output in SPARC systems 2017-06-09 23:36:25 +07:00
Muhammad Herdiansyah
fd8f5145cb Disk [AIX df]: Changed df versioning detection 2017-06-09 23:20:01 +07:00
Dylan Araps
2e65f48eaa Merge pull request #741 from konimex/freebsdmem
Memory [FreeBSD]: Fix inaccurate free memory calculation
2017-06-04 11:11:49 +10:00
Muhammad Herdiansyah
c7c84fcbba Term: Break from loop if PPID can't be accessed/not found 2017-06-04 00:07:16 +07:00
Muhammad Herdiansyah
4c22e1f19f Memory [FreeBSD]: Fix inaccurate free memory calculation 2017-06-03 13:42:02 +07:00
Muhammad Herdiansyah
6762381a82 Terminal: Disable terminal detection if device is connected over SSH 2017-06-02 19:29:18 +07:00
LER0ever
0ff2807c75 Model: Add support for Hackintosh 2017-05-30 17:05:33 +08:00
Dylan Araps
593ca37d26 Revert "Model: Add support for Hackintosh" 2017-05-28 14:44:13 +10:00
LER0ever
0f945f9b63 fix(style): double quote vars, remove unnecessary empty check 2017-05-27 14:06:45 +08:00
LER0ever
329346d460 Model: add support for Hackintosh 2017-05-27 13:30:02 +08:00
Andrew Titmuss
767cd93f38
change output for iPhone 5, fixes #730 2017-05-26 09:22:11 +10:00
Muhammad Herdiansyah
4364e67d6c Kernel [IRIX]: Better words 2017-05-24 12:00:44 +07:00
Muhammad Herdiansyah
6cb37b91a7 CPU [IRIX]: Fix speed 2017-05-24 11:48:08 +07:00
Muhammad Herdiansyah
b88e86e856 Disk [IRIX]: Fewer LoCs 2017-05-24 11:42:38 +07:00
dylan araps
d1fa88b742 Config: Fix config not being created 2017-05-24 13:07:01 +10:00
Muhammad Herdiansyah
86b309aeef CPU [IRIX]: Removed note
Well, nevermind. Turns out I read the code the wrong way...
2017-05-22 22:16:37 +07:00
Muhammad Herdiansyah
7f17306080 CPU [IRIX]: Fix CPU speed.... kinda. 2017-05-22 16:50:24 +07:00
Takeya Yuki
df6dab1721 Rollback without PID Check 2017-05-20 22:17:56 +09:00
Takeya Yuki
60f5009cf8 Fix Terminal Check 2017-05-20 21:58:18 +09:00
Takeya Yuki
1f510e2b32 Fix Terminal Check 2017-05-20 21:36:51 +09:00
Takeya Yuki
82687cd6bf Fix Get Terminal Dead Loop 2017-05-20 21:10:49 +09:00
Takeya Yuki
4b0cf233a8 Remove PID Check 2017-05-20 14:56:27 +09:00
Takeya Yuki
253a1264f8 Merge pull request #3 from dylanaraps/master
Distro [GuixSD]: Add version and shorthand option
2017-05-20 14:39:39 +09:00
Muhammad Herdiansyah
8f7b330bf7 Distro [GuixSD]: Add version and shorthand option 2017-05-18 21:38:07 +07:00
Takeya Yuki
4781f48e27 Fix Bugs 2017-05-18 14:56:35 +08:00
Takeya Yuki
7e176284a7 Fix Some Bugs 2017-05-18 14:47:02 +08:00
Yuki Takeya
62952a1f56 Fix Build 2017-05-18 12:02:13 +09:00
Takeya Yuki
10527026fe Add KSLinux Support 2017-05-18 08:47:46 +08:00
Dylan Araps
0c602800f5 Ascii: Fix ascii_distro and windows10, closes #725 2017-05-18 09:52:34 +10:00
Muhammad Herdiansyah
0b77804a65 Packages [IRIX]: Added initial support 2017-05-16 15:08:32 +07:00
Muhammad Herdiansyah
2b59262928 Memory [IRIX]: Shellcheck compliance 2017-05-16 15:08:27 +07:00
Muhammad Herdiansyah
2fcbc778f1 Memory [IRIX]: Added initial support 2017-05-16 14:58:47 +07:00
Muhammad Herdiansyah
928bb6296d Disk [IRIX]: Added support 2017-05-16 14:47:35 +07:00
Muhammad Herdiansyah
d0cb265517 Install Date [IRIX]: Added initial support 2017-05-15 21:18:31 +07:00