Commit Graph

3763 Commits

Author SHA1 Message Date
Dylan Araps 0a49b84bcc os
: Added support for Source Mage.
2017-07-22 12:34:12 +10:00
Dylan Araps 9922151162 docs: CHANGELOG 2017-07-21 20:54:02 +10:00
Dylan Araps 46c195c60f OS: Added support for Amazon Linux AMI 2017-07-21 20:53:24 +10:00
Muhammad Herdiansyah 92b68e506e CPU: Separate Mac CPU cores addition
Well, at least now I know why the CPU cores were added that way.
2017-07-21 15:15:05 +07:00
Muhammad Herdiansyah 9c5dbcdfd6 CPU: Strip spaces from speed output 2017-07-20 19:38:56 +07:00
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
Muhammad Herdiansyah c4c6afeaf1 Docs: Attribution 2017-07-17 16:24:20 +07:00
Muhammad Herdiansyah d6697845f6 Docs: CHANGELOG 2017-07-17 11:04:51 +07:00
Herdiansyah f057259bdf Merge pull request #778 from mstraube/parsix
OS: Add support for Parsix
2017-07-17 11:02:36 +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 75b347b7d8 docs: CHANGELOG 2017-07-16 09:36:12 +10:00
Dylan Araps 40c4a7748b os: Fix bug where ChromeOS would be incorrectly detected. Closes #770 2017-07-16 09:34:43 +10:00
Dylan Araps 4cf8f5e989 docs: CHANGELOG 2017-07-16 09:32:40 +10:00
Dylan Araps eb38e6c553 Merge pull request #777 from mstraube/new
Various additions and enhancements
2017-07-16 09:30:49 +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
Herdiansyah 2b44c993bb Merge pull request #776 from mstraube/general
General: Remove another awk call
2017-07-15 00:15:34 +07:00
Michael Straube 7a90486916 General: Remove another awk call 2017-07-14 15:29:53 +02:00
Dylan Araps cb2ebbf661 Merge pull request #775 from mstraube/general
General: Get rid of a call to awk
2017-07-14 22:58:59 +10:00
Michael Straube 61a9590693 General: Get rid of a call to awk 2017-07-14 14:45:19 +02:00
Dylan Araps 4c9e720cce Update CHANGELOG.md 2017-07-14 21:37:13 +10:00
Dylan Araps 30d8f5e8ac Merge pull request #774 from mstraube/wmaker
WM: Fix/add Window Maker detection
2017-07-14 21:36:11 +10: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
Muhammad Herdiansyah 139617e293 Docs: CHANGELOG 2017-07-14 14:02:19 +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 1378d3b33e Docs: Attribution 2017-07-14 00:00:49 +07:00
Herdiansyah 1be4af24f2 Merge pull request #771 from konimex/cpu
CPU: Fix inaccurate speed for processors below 1GHz
2017-07-13 19:15:44 +07:00
Muhammad Herdiansyah 8f975faa6b Docs: CHANGELOG 2017-07-13 19:06:55 +07:00
Muhammad Herdiansyah 2e338529b8 Docs: Update manpage and config 2017-07-13 19:06:52 +07:00
Muhammad Herdiansyah 403e66e74e Misc: Update Config documentation 2017-07-13 18:47:59 +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
Muhammad Herdiansyah c3c6404990 Docs: CHANGELOG 2017-07-13 01:56:05 +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