Dylan Araps
a39592cdc5
Line wrap changes
2016-08-02 23:11:00 +10:00
Dylan Araps
d21285c75b
CPU Cores (iOS): Fixed backslashes in output
2016-07-29 21:35:32 +10:00
Dylan Araps
3c29c41b55
Add support for GalliumOS
2016-06-27 10:19:52 +10:00
Dylan Araps
1e486850d8
Shorten refresh rate output
2016-06-25 10:56:23 +10:00
Dylan Araps
08223e8a5d
Merge branch 'xrandr' of https://github.com/dylanaraps/neofetch
2016-06-25 10:53:59 +10:00
Dylan Araps
95706b101d
Fix awk typo
2016-06-24 11:48:18 +10:00
Dylan Araps
c8439c4bf9
Fix xrandr output on systems not using gawk
2016-06-24 11:44:22 +10:00
Vincent Aranega
e2b14b26ad
Fix potential errors from a missing escaped char in regex
2016-06-16 16:11:00 +02:00
Vincent Aranega
f5a9393d4b
Enhanced font detection for terminology
...
As 'grep -B' is a GNU extension, a more portable solution is preferable. The most direct and simple solution would be using 'awk':
awk '/^font.name$/{print a}{a=$0}'
But a sed solution could also be applied:
sed -n '/^font\.name$/{g;1!p;};h'
2016-06-16 15:39:30 +02:00
Vincent Aranega
90c46651d6
Add terminal font detection support for terminology
...
Support for terminology font name detection is based on the terminology config file. This file is always located here: `~/.config/terminology/config/standard/base.cfg` (30cb65625b/src/bin/config.c (L216)
) and is in a data/binary format. The only way I found (beside coding a dedicated extractor) is to use `strings`. The font name seems to be placed right before the `font.name` string.
strings ~/.config/terminology/config/standard/base.cfg | grep -B1 font.name | head -1
Here are results that could be output:
$ strings ~/.config/terminology/config/standard/base.cfg | grep -B1 font.name | head -1
6x13.pcf
--> (for a bitmap font) and with another font selected
$ strings ~/.config/terminology/config/standard/base.cfg | grep -B1 font.name | head -1
Inconsolata:style=Regular
These results are easily "parseable" in order to extract the font name for display.
2016-06-16 12:14:05 +02:00
Dylan Araps
65c2854caf
Make --image off behave like other modes
2016-06-16 17:19:00 +10:00
Dylan Araps
c13c17888e
Fix #289
2016-06-16 17:09:24 +10:00
Dylan Araps
5f2f1aaeae
Merge pull request #287 from iandrewt/refresh_osx-2
...
improved refresh_rate fix, now actually works on OS X...
2016-06-15 21:24:51 +10:00
Andrew Titmuss
df1e73a6b0
better way that works in multi monitor setups
2016-06-15 21:02:33 +10:00
Andrew Titmuss
cd51987f17
improved refresh_rate fix, now actually works on OS X...
2016-06-15 20:18:57 +10:00
Dylan Araps
9e49e31bba
Merge branch 'master' of https://github.com/dylanaraps/neofetch
2016-06-14 17:10:14 +10:00
Andrew Titmuss
f61dde03b0
missed the other brackets...
2016-06-14 17:07:35 +10:00
Andrew Titmuss
47a850a305
changed double bracket
2016-06-14 17:04:22 +10:00
Dylan Araps
517bde1ce3
Merge branch 'master' of https://github.com/dylanaraps/neofetch
2016-06-14 17:02:29 +10:00
Dylan Araps
50ff116b64
Remove regex matching from disk usage
2016-06-14 17:02:14 +10:00
Andrew Titmuss
1d6f99b0d4
better test for 0Hz
2016-06-14 17:01:04 +10:00
Andrew Titmuss
3d52a73e3a
fixed refresh rate on OS X
2016-06-14 11:46:41 +10:00
Andrew Titmuss
9eea0ac869
Add support for macOS Sierra
2016-06-14 08:08:09 +10:00
Dylan Araps
5e0c15a352
Merge pull request #281 from dylanaraps/usage
...
Fix CPU Usage
2016-06-13 22:37:47 +10:00
Dylan Araps
9f28c025bb
Condense awk command
2016-06-13 22:33:34 +10:00
Dylan Araps
758f883eb9
Update comments
2016-06-13 22:22:59 +10:00
Dylan Araps
e54ebf8367
Fix incorrect info color when barinfo is used. Closes #282
2016-06-13 21:59:54 +10:00
Dylan Araps
57a0ed4d5d
Update usage
2016-06-13 21:42:53 +10:00
Dylan Araps
1be5423b1d
Fix usage on BSD
2016-06-13 21:21:32 +10:00
Dylan Araps
d3c2216f48
Add CPU Usage comments
2016-06-13 20:46:13 +10:00
Dylan Araps
82143f4712
Fuck wmic
2016-06-13 20:42:16 +10:00
Dylan Araps
4a3de0c8ae
Fixed whitespace for realsies this time
2016-06-13 20:40:31 +10:00
Dylan Araps
dd82e6de24
Fix whitespace take 2
2016-06-13 20:32:20 +10:00
Dylan Araps
ac9c0a80c7
Fix whitespace on Windows
2016-06-13 20:28:31 +10:00
Dylan Araps
8e8ac505ca
Fix spacing on windows
2016-06-13 20:26:21 +10:00
Dylan Araps
c3ddcaa331
--test: Include cpu usage
2016-06-13 20:23:57 +10:00
Dylan Araps
c69a8f2418
Move CPU Usage to its own function
2016-06-13 20:22:38 +10:00
Dylan Araps
24fde4f6a6
Fix prompt issues
2016-06-13 19:50:20 +10:00
Dylan Araps
d65aa4bc6b
Fix cpu usage
2016-06-13 19:40:54 +10:00
Dylan Araps
efcc7e8273
Fix image mode in tmux
2016-06-13 19:25:09 +10:00
Dylan Araps
c5beb9f0dc
Remove comment at the top of the script about dependencies
2016-06-13 19:18:47 +10:00
Dylan Araps
ec8e4f5d5b
Remove image_position
2016-06-13 19:08:03 +10:00
Dylan Araps
43d4e1e865
Add comment
2016-06-13 17:29:25 +10:00
Dylan Araps
64ed65fbf0
Uncomment functions
2016-06-13 17:28:01 +10:00
Dylan Araps
6f8dc8ad64
Remove prompr_height
2016-06-13 17:25:10 +10:00
Dylan Araps
c6c0b78d04
Unset extglob
2016-06-13 16:14:03 +10:00
Dylan Araps
79fccfa930
Remove bc usage from OpenBSD battery
2016-06-12 17:23:11 +10:00
Dylan Araps
15c6720c26
OS X memory: Remove the need for 'bc'
2016-06-12 17:13:26 +10:00
Dylan Araps
8b02c2de37
Disk usage: Remove need for 'bc', fix syntax errors
2016-06-12 17:06:31 +10:00
Dylan Araps
6dcb4e2c38
Fix merge conflicts
2016-06-12 16:40:42 +10:00
Dylan Araps
9d84ede7dc
Fix merge conflicts
2016-06-12 16:26:34 +10:00
Dylan Araps
ff7ab26d6d
Remove all '! -z'
2016-06-12 16:18:49 +10:00
Dylan Araps
b9e318decd
It turns out that you can't quote these
2016-06-12 16:12:21 +10:00
Dylan Araps
899d3bc55e
Fix error with string
2016-06-12 16:02:28 +10:00
Dylan Araps
d707df39dc
Quote all the things
2016-06-12 15:51:48 +10:00
Dylan Araps
67a0879a3a
Fix lint errors
2016-06-12 14:35:29 +10:00
Dylan Araps
00b45307bc
Supress xprop errors if xprop isn't installed
2016-06-12 13:18:16 +10:00
Dylan Araps
ba78e2c888
Quote trim command
2016-06-12 12:10:10 +10:00
Dylan Araps
5d4e65ad54
Trim '$ascii_distro' variable
2016-06-12 12:06:30 +10:00
Dylan Araps
34c89c05cc
Fix windows ascii logo
2016-06-12 11:59:21 +10:00
Dylan Araps
64182e6ef7
Whitespace trim, handle multiline strings
2016-06-12 11:57:10 +10:00
Dylan Araps
dac32f3ab1
Remove another pointless substitution
2016-06-12 11:45:33 +10:00
Dylan Araps
8b0d6a2095
GTK Theme: Group subsitutions
2016-06-12 11:41:25 +10:00
Dylan Araps
52a8cd4916
Readd a substitution that shouldn't have been removed
2016-06-12 11:11:34 +10:00
Dylan Araps
f855ae2432
Move all whitespace trimming to an external function
2016-06-12 11:06:35 +10:00
Dylan Araps
f18c315697
Fix whitespace in Windows OS line
2016-06-12 10:18:35 +10:00
Vincent Aranega
8334fba313
Fix for terminology: does not fallback on ascii when no wallpaper is found
...
When no image is set and there is no background image (or a `.xml` is detected) and the image option is set to `wall` (default), neofetch does not fallback on ascii mode.
The issue comes from the line 2310:
if [ ! -f "$img" ] || [ ${#term_size} -le 5 ] && [ "$image_backend" != "tycat" ]; then
as `||` and `&&` have the same priority, bash does not evaluate `[ ${#term_size} -le 5 ] && [ "$image_backend" != "tycat" ]` first.
Solution is simply this
if [ ! -f "$img" ] || ([ ${#term_size} -le 5 ] && [ "$image_backend" != "tycat" ]); then
2016-06-10 16:47:06 +02:00
Dylan Araps
470afe9509
Image shuffle: path no longer requires a '/' - @aranega
2016-06-10 23:10:54 +10:00
Dylan Araps
6723d54078
Merge pull request #273 from dylanaraps/terminology
...
Add terminology image support 2
2016-06-10 19:47:01 +10:00
Dylan Araps
067c200b71
Simplified image shuffle, thanks @aranega
2016-06-10 19:46:00 +10:00
Dylan Araps
e747943c08
Remove stray newlines
2016-06-10 18:34:47 +10:00
Dylan Araps
442c5d936b
Reduce size of term_size format block
2016-06-10 18:31:19 +10:00
Dylan Araps
f09890ff33
Reduce read count to 1
2016-06-10 18:11:47 +10:00
Dylan Araps
0825e282cd
Add terminology support
2016-06-10 17:58:24 +10:00
Dylan Araps
0527469643
Remove stray newline
2016-06-09 16:10:05 +10:00
Dylan Araps
d5c32a1805
Fix color blocks bug
2016-06-09 16:09:20 +10:00
Dylan Araps
80a73320ae
Merge pull request #271 from iandrewt/cmus-fix
...
fixed cmus properly, now works regardless of output order
2016-06-05 09:19:51 +10:00
Andrew Titmuss
e2e74f1de3
cmus now works with only 1 call for entire block
2016-06-05 09:07:47 +10:00
Andrew Titmuss
8d88fe172e
fixed cmus properly, now works regardless of output order
2016-06-05 08:03:50 +10:00
Dylan Araps
e2e0811116
Merge pull request #252 from dylanaraps/term_font
...
Terminal and Terminal Font detection.
2016-06-03 18:27:21 +10:00
Dylan Araps
c5b88c68a9
If the parent process is python, exit the function
2016-06-03 18:08:19 +10:00
Dylan Araps
c1450f8288
Fix trailing '-' with gnome-terminal
2016-06-02 21:14:19 +10:00
Dylan Araps
4a431b40f8
Remove '' variable since it was pointless
2016-06-02 21:11:33 +10:00
Dylan Araps
0e4c74e913
Merge pull request #269 from iandrewt/gpmdp-remote-migration
...
migrate from gpmdp to gpmdp-remote
2016-06-01 21:06:52 +10:00
Andrew Titmuss
84a3425be4
migrate from gpmdp to gpmdp-remote
2016-06-01 21:04:22 +10:00
Dylan Araps
db1e466b78
Changed color order so that the title is now much more colorful
2016-06-01 17:43:44 +10:00
Dylan Araps
df5164efae
Add support for Devuan
2016-06-01 17:19:40 +10:00
Dylan Araps
0a803041b2
'--ascii_distro mac' now works correctly
2016-05-31 13:28:49 +10:00
Dylan Araps
af8646fe66
Merge pull request #266 from dylanaraps/size_none
...
Add '--size none' to disable cropping / resizing the images.
2016-05-31 12:12:44 +10:00
Dylan Araps
c3164b7cfe
Remove comments
2016-05-31 12:09:21 +10:00
Dylan Araps
3636abd2ac
Disable OS X font width changes
2016-05-31 12:01:26 +10:00
Dylan Araps
4716bb7d0d
Add --version and update docs
2016-05-30 15:14:16 +10:00
Dylan Araps
cf95f70f85
Fix issues with color blocks adding random newlines to the terminal
2016-05-29 10:03:18 +10:00
Dylan Araps
51aa7d01cd
Fix wrong value for block width
2016-05-28 19:51:21 +10:00
Andrew Titmuss
543da69eb1
fixed iTunes song output
2016-05-28 15:24:40 +10:00
Dylan Araps
70aa01aebb
Move comparison to inside if statement
2016-05-28 14:07:19 +10:00
Dylan Araps
77fe15cb29
Move comment to right place
2016-05-28 14:04:52 +10:00
Dylan Araps
7023a37658
Fixed wrong order
2016-05-28 14:02:32 +10:00
Dylan Araps
a98d96eb8c
Halve font width on iTerm2
2016-05-28 14:01:44 +10:00
Dylan Araps
37e7d8e4b3
Condense term function
2016-05-28 11:38:41 +10:00
Dylan Araps
a7f7218b24
More Travis fixes
2016-05-28 11:35:20 +10:00
Dylan Araps
a846076807
Fix some travis issues
2016-05-28 11:31:15 +10:00
Dylan Araps
64d2680278
Add term and termfont to --test
2016-05-28 11:28:41 +10:00
Dylan Araps
79f8d55a56
Shorten terminal title
2016-05-28 11:22:34 +10:00
Dylan Araps
f2eb877bae
Remove all whitespace from terminal name
2016-05-28 11:19:24 +10:00
Dylan Araps
5a99cb5237
term: Add support for tty
2016-05-28 11:16:13 +10:00
Dylan Araps
fd30321120
Update ascii changes
2016-05-28 11:05:29 +10:00
Dylan Araps
ec1705835c
Revert last two commits
2016-05-28 10:27:58 +10:00
Dylan Araps
8d33b4051f
Fix incorrect OS value
2016-05-28 10:24:35 +10:00
Dylan Araps
aed6e9a40f
Merge branch 'term_font' of github.com:dylanaraps/neofetch into term_font
2016-05-28 10:15:24 +10:00
Dylan Araps
91b66052f1
Remove needless split between blocks
2016-05-28 10:14:45 +10:00
Dylan Araps
7f2f83039b
Add '--block_height' / '$block_height' to change the height of the color blocks
2016-05-28 09:53:35 +10:00
Dylan Araps
ac2fcf7d77
Fix double space in theme output
2016-05-27 15:25:45 +10:00
Dylan Araps
bd070d5059
Update docs
2016-05-27 15:23:02 +10:00
Dylan Araps
37519f42b1
Fix issue with auto sized images
2016-05-27 15:13:37 +10:00
Dylan Araps
348117efb8
Add '--size none' to use the image's original size
2016-05-27 14:56:09 +10:00
Andrew Titmuss
aae23dc6d1
fixed songo output for cmus
...
Previously would print `"song name" "song artist" -`
2016-05-23 16:28:50 +10:00
Andrew Titmuss
184149c302
added apple terminal font support
2016-05-23 12:35:47 +10:00
John Bertagnolli
fdf299ee01
Set bc scale for memory calculation.
...
If $HOME/.bcrc has the scale option set (scale = 8), the memory
calculation will result in a string like "16384.00000000MB". This fix
should result that by setting the scale to 0.
2016-05-20 20:27:27 -06:00
John Bertagnolli
3a41060c10
Add support for fish shell version.
2016-05-20 19:16:53 -06:00
Dylan Araps
d504968041
termfont: Parse xrdb instead of .XresourceS
2016-05-21 00:33:48 +10:00
Dylan Araps
eeefd05b8e
Fix bug with ascii size, the pure bash solution counted the file a little weirdly causing issues for some ascii art
2016-05-18 17:07:55 +10:00
Dylan Araps
9d63edcbf7
Fix bug with ascii size, the pure bash solution counted the file a little weirdly causing issues for some ascii art
2016-05-18 17:05:32 +10:00
Dylan Araps
8d87b786c2
termfont: mintty support
2016-05-18 16:39:05 +10:00
Dylan Araps
f8e6dd980b
CYGWIN and it's not standard ps...
2016-05-18 15:51:25 +10:00
Dylan Araps
8b9a3ce90e
Enable Terminal and Terminal font by default
2016-05-18 15:27:34 +10:00
Dylan Araps
d4adbecf9e
Terminal detection, add screen support:
2016-05-18 15:22:50 +10:00
Dylan Araps
d17eee816e
Remove global parsing
2016-05-18 14:20:49 +10:00
Dylan Araps
3f2d51ae5a
revert iterm2 profile parsing
2016-05-17 21:12:38 +10:00
Dylan Araps
7ed11db606
termfont: iTerm2 profile aware font
2016-05-17 20:46:32 +10:00
Dylan Araps
1fa9324ca9
termfont: iTerm2 support
2016-05-17 18:53:47 +10:00
Dylan Araps
31dbdaa85a
Add support for OS X terminals
2016-05-17 17:20:19 +10:00
gabe565
3b5938a631
Image directory randomization can go out of bounds
...
Need to subtract 1 from the total number of files in a directory or else sometimes it will have to fallback to ascii art.
2016-05-17 00:06:59 -05:00
Dylan Araps
bbbc7aca04
Do a case insensitive grep instead of duplicating awk commands
2016-05-17 06:54:57 +10:00
dar-irl
f754c3fe21
Support screen resolution on Windows 10
...
Edited the WMIC command used so that the screen resolution can be obtained on Windows 10.
2016-05-16 15:45:42 -04:00
Dylan Araps
5438078888
termfont: xterm support
2016-05-17 00:38:07 +10:00
Dylan Araps
abb110b57f
termfont: Add URxvt support, Ignore commented lines in config files
2016-05-17 00:30:11 +10:00
Dylan Araps
2bf353eaab
Merge branch 'term_font' of github.com:dylanaraps/neofetch into term_font
...
specially if it merges an updated upstream into a topic branch.
2016-05-17 00:08:03 +10:00
Dylan Araps
d8214dd0cd
termfont: Terminator support
2016-05-17 00:07:22 +10:00
Dylan Araps
6a96072efe
iTerm2 detection
2016-05-16 22:41:40 +10:00
Dylan Araps
e223b034ef
Find ppid of tmux
2016-05-16 22:29:08 +10:00
Dylan Araps
8032f6ca7a
termfont: Add termite support
2016-05-16 21:52:22 +10:00
Dylan
b1402c0372
Foundations for terminal font support
2016-05-16 21:35:29 +10:00
Dylan Araps
b17c923433
Merge pull request #249 from williamkray/cmus-noartistsort
...
prevent 'tag artistsort' from showing up in song title
2016-05-16 19:08:25 +10:00
Dylan
b6a178ab01
Use fg color for title if white. Fixes #250
2016-05-16 19:05:54 +10:00
William Kray
9faeffef12
prevent 'tag artistsort' from showing up in song title
2016-05-15 12:13:07 -07:00
Dylan
b6f69aede8
Fix spelling mistake in comment
2016-05-15 09:34:49 +10:00
Dylan
3d467ff678
Misc fixes
2016-05-15 09:28:08 +10:00
Dylan
8a55245442
Pure bash solution to getting ascii size, don't run tput in ascii mode and supress config and script dir errors
2016-05-15 09:10:37 +10:00
Dylan
3293714633
Faster math syntax for index variables
2016-05-15 09:03:58 +10:00
Dylan Araps
46893fd463
Merge pull request #246 from hashhar/bold_ascii
...
Added better Ubuntu-GNOME ascii art
2016-05-15 01:16:37 +10:00
Dylan
f63b3f3597
Add ascii_bold which allows you to bold the ascii art
2016-05-15 01:13:33 +10:00
Ashhar Hasan
e6857b5549
Added better Ubuntu-GNOME ascii art
2016-05-14 20:37:25 +05:30
Dylan
134146399a
Merge branch 'master' of github.com:dylanaraps/neofetch
2016-05-15 01:00:35 +10:00
Dylan
644aafcadb
Fix padding issues with ascii art and \\\
2016-05-15 00:59:37 +10:00
Dylan Araps
2ecab3c91b
Update neofetch
2016-05-14 23:08:55 +10:00
Dylan Araps
c07cac6847
Update neofetch
2016-05-14 23:07:30 +10:00
Dylan Araps
754fd26448
Merge pull request #241 from dylanaraps/bsd
...
Add support for DragonFly BSD, PC BSD and unhardcode BSD support.
2016-05-14 15:47:28 +10:00
Dylan
7b8f4a1f90
PCBSD: Use FreeBSD logo
2016-05-14 15:44:05 +10:00
Dylan
3def1d5ea6
Fix PCBSD filename
2016-05-14 15:24:18 +10:00
Dylan
77867e1671
Fix PCBSD detection
2016-05-14 15:19:09 +10:00
Dylan
26b5db822a
Fix bold option not working
2016-05-14 10:54:53 +10:00
Dylan
6c7164f396
suffix dragonfly with bsd
2016-05-13 10:27:23 +10:00
Dylan
c8694fa53a
Fix disk usage
2016-05-13 10:26:04 +10:00
Dylan
0a2a94c914
Safer comparison
2016-05-13 10:23:07 +10:00
Dylan
fcb128faac
Check /proc/meminfo on NetBSD
2016-05-13 10:21:53 +10:00
Dylan
239cede221
Make NetBSD use the linux memory function
2016-05-13 10:18:49 +10:00
Dylan
33bb8ff4d3
We grabbed the wrong field
2016-05-13 10:15:59 +10:00
Dylan
f3c4181d6d
BSD revised memory function
2016-05-13 10:04:27 +10:00
Dylan
987c67fdd5
Fix memory usage for all BSD distros we support
2016-05-13 09:57:40 +10:00
Dylan
b379106e35
Forgot to divide the total memory by 1000
2016-05-13 09:37:19 +10:00
Dylan
7a62379cec
Simplify BSD memory function
2016-05-13 09:35:44 +10:00
Dylan
11c869b50e
Fix blank cpu speed on DragonFlyBSD
2016-05-13 09:22:44 +10:00
Dylan
5a87bed817
NetBSD fix stray percent sign in battery output
2016-05-13 09:14:02 +10:00
Dylan
33c3a21f37
Fix stray percent sign on NetBSD battery
2016-05-13 09:13:16 +10:00
Dylan
8aa2c0168c
Disable disk function on NetBSD
2016-05-13 09:11:34 +10:00
Dylan
454546be5e
Revert NetBSD memory fix
2016-05-13 09:09:56 +10:00
Dylan
ea1ed4d216
Fix memory output on NetBSD
2016-05-13 09:06:51 +10:00
Dylan
f48f5e92ab
Fix CPU output on NetBSD
2016-05-13 09:02:44 +10:00
Dylan Araps
3489526637
Fix GPU whitespace issue
2016-05-12 20:39:00 +10:00
Dylan Araps
2147ff9c05
Fix whitespace issues with BSD GPu suppot
2016-05-12 20:36:46 +10:00
Dylan Araps
2b72944289
Fix CPU speed on BSD
2016-05-12 20:34:36 +10:00
Dylan Araps
db2824a8e1
Format CPU output on BSD
2016-05-12 20:31:36 +10:00
Dylan Araps
e67d6609d1
Turns out that BSD version number was incorrect
2016-05-12 20:29:01 +10:00
Dylan Araps
83a2bd968c
DragonFly BSD ascii art
2016-05-12 20:21:27 +10:00
Dylan Araps
be63101894
Add support for Dragonfly BSD and PC BSD
2016-05-12 19:49:08 +10:00
Dylan Araps
65f8053ede
Don't assume that user is running MATE if marco wm is detected. ref https://github.com/KittyKatt/screenFetch/issues/287
2016-05-12 09:01:51 +10:00
Dylan
0b0ce4f00c
Merge branch 'master' of github.com:dylanaraps/neofetch
2016-05-09 01:28:31 +10:00
Dylan Araps
ed6c04e3cd
Merge pull request #237 from dylanaraps/ios
...
Add iOS Support
2016-05-08 15:27:35 +10:00
Dylan
55092808b4
Change case formatting and only call uname once
2016-05-09 01:17:18 +10:00
Dylan
2943dd56e0
Windows 8: Use modern ascii logo
2016-05-08 20:00:15 +10:00
Andrew Titmuss
09660208ec
removed unneeded variable
2016-05-08 14:50:19 +10:00
Andrew Titmuss
a57c320065
moved csv into neofetch file directly
2016-05-08 14:44:15 +10:00
Andrew Titmuss
94430374cb
only call uname -m once, might fix awk
2016-05-08 13:46:19 +10:00
Andrew Titmuss
3376a7d697
oops, forgot a quote
2016-05-08 13:40:55 +10:00
Andrew Titmuss
5e7563042c
added CPU/GPU table for iOS
2016-05-08 13:32:44 +10:00
Dylan
68cb460f78
Fix model bug for realsies this time
2016-05-08 11:41:45 +10:00
Dylan
7089189521
Test?
2016-05-08 11:35:22 +10:00
Dylan
59eae428dd
revert previous commit
2016-05-08 11:33:32 +10:00
Dylan
7682be5522
Remove model name from distro output
2016-05-08 11:31:14 +10:00