Commit Graph

2483 Commits

Author SHA1 Message Date
jkhsjdhjs fa3684b395
add device information for latest ios devices
- iPhone9,[1-4] (gpu)
- iPhone10,[1-6] (cpu)
- iPhone11,2 iPhone11,4 iPhone11,6 iPhone11,8 (model, cpu, gpu)
- iPad6,11 iPad6,12 (cpu, gpu)
- iPad7,[1-4] (cpu)
- iPad7,[5-6] (model, cpu, gpu)
- iPad8,[1-8] (model, cpu)
- iPad11,[1-4] (model, cpu)

source:
https://en.wikipedia.org/wiki/List_of_iOS_devices
2019-04-16 03:48:13 +02:00
Michael Straube cdd447f95a song: add strawberry player 2019-04-03 16:37:09 +02:00
edward-p 6f1ae617ff Handle ${GTK2_RC_FILES} with multiple values 2019-04-02 09:54:34 +08:00
chrissx 66f3a07a42 Added a case for displaying the Ubuntu logo for i3buntu. 2019-03-24 22:06:06 +01:00
jkhsjdhjs b7ffa9e9bf
cache_uname: change reading variables from 'SystemVersion.plist' as suggested in review 2019-03-22 18:57:07 +01:00
jkhsjdhjs d0cd21c01e
cache_uname: improve reading from 'SystemVersion.plist' on macOS and iOS
and thus fix neofetch for iOS 11.3+
2019-03-13 19:02:18 +01:00
zyg812 a3ce498f85 Update neofetch
Fix my mistake
2019-03-12 12:58:24 +01:00
zyg812 3132d0a090 ASCII: Add fedora_small 2019-03-12 12:38:54 +01:00
Andrew Titmuss 3b713ca92f
WM Theme: update for Mojave 2019-03-12 17:32:43 +11:00
Dylan Araps c690118884 general: Added --no_config to disable config file creation. 2019-03-11 22:18:33 +02:00
Dylan Araps 3546ec347c Merge branch 'master' of github.com:dylanaraps/neofetch 2019-03-11 15:10:38 +02:00
Dylan Araps 625fdcf7c4 packages: Show IRIX package manager name 2019-03-11 14:20:07 +02:00
Muhammad Herdiansyah 288a81a9e2 ASCII: Update Artix logo 2019-02-26 08:25:29 +07:00
nee-san 3dc7720c52 new logo for janus
Signed-off-by: nee-san <nagisurame@gmail.com>
2019-02-23 22:52:28 +09:00
chrisweeksnz fcca698229 Add ascii art for Clear Linux 2019-02-18 17:47:04 +13:00
Muhammad Herdiansyah 2fccec783e ASCII: Updated Artix ASCII with new logo 2019-02-16 21:53:28 +07:00
Dylan Araps 1b75608304 general: fixed gnome shell mutter issue Closes #1194 2019-02-14 08:19:51 +02:00
Dylan Araps b5915ac836 Merge branch 'master' of github.com:dylanaraps/neofetch 2019-02-11 17:12:42 +02:00
Dylan Araps 7fd9ff75a3 term_font: Fix crash when parsing Xresources. Closes #1195 2019-02-11 17:12:31 +02:00
black 1a820cbbdf
Merge pull request #1169 from dylanaraps/vte_img_fix
general: fix image sizing in VTE terminals.
2019-02-10 20:18:10 +02:00
Sibren Vasse 6f423e3970 Robuster kitty font parsing 2019-02-08 16:19:56 +01:00
Crestwave c7c1cf59ec packages: Specify Haiku's pkgman 2019-02-06 08:02:49 +00:00
Dylan Araps 6e9f00445f
os: Added support for Radix Linux 2019-02-04 08:53:06 +02:00
Muhammad Herdiansyah 60d3aa3f10 CPU [Linux/ARM]: Use Hardware field directly 2019-02-03 18:40:00 +07:00
black 762d239c32
Merge pull request #1187 from arisinfenix/konsole
term_font: fix issue with konsole font detection
2019-02-03 11:29:05 +02:00
Michael Straube 95fb38e73f term_font: fix issue with konsole font detection
Closes #1186
2019-02-03 10:03:58 +01:00
Charlène 78aed92b39 Fix big Puffy ascii logo 2019-01-30 21:44:16 +01:00
Grant Miller c8d2a0442c postmarketOS: Add small ASCII logo 2019-01-25 16:58:04 -06:00
Grant Miller cb6e78efec postmarketOS: Replace ASCII logo 2019-01-25 10:04:28 -06:00
Dylan Araps e3a6b9f40d Merge branch 'master' of github.com:dylanaraps/neofetch 2019-01-20 05:36:44 +02:00
Dylan Araps 0b812fbc5d general: Fix issue with URxvt and no internal border. Closes #1174 2019-01-20 05:36:25 +02:00
Muhammad Herdiansyah 91f8510ef3 Memory [AIX]: Detect memory based on pages (like Solaris) for more accuracy 2019-01-19 17:40:49 +07:00
Dylan Araps 5b301c773b docs: update 2019-01-15 19:58:32 +02:00
Dylan Araps 68645339d3 general: fix image sizing in VTE terminals. 2019-01-15 19:56:37 +02:00
Dylan Araps 415ef5d4ae misc: Quote all the things 2019-01-09 10:43:22 +02:00
Dylan Araps acc8103dde fixed travis 2019-01-09 08:59:23 +02:00
Dylan Araps 64188697b8 ascii: Fixed bug causing files named ascii to not work. 2019-01-09 08:50:01 +02:00
Dylan Araps 9431a593f6 ascii: Fixed bug causing ascii files to not work. 2019-01-09 08:48:07 +02:00
Dylan Araps 7df1d0e3ef misc: cleanup 2019-01-09 07:50:44 +02:00
black 228fb778cb
Merge pull request #1161 from asantam/master
Made variables local in get_cols function
2019-01-09 07:34:15 +02:00
xPMo 661d003be2 order options "on, tiny, off" 2019-01-08 19:47:31 -06:00
Andres Santamaria Artigas 2ecd8102d0 Made variables local in get_cols function
The variables blocks, blocks2, and cols were not set as local in the
get_cols function, which made neofetch print whatever value they had
before showing the colorblocks. This commit makes these variables local
so the output doesn't get affected if they are set beforehand.
2019-01-08 20:32:34 -05:00
Dylan Araps b49ecb68f8 term_font [kitty]: Fix bug with empty config 2019-01-08 20:53:00 +02:00
Dylan Araps ca9d161bc9 version: bump 2019-01-08 18:40:32 +02:00
Dylan Araps c9d6ef5c40 version: bump 2019-01-08 18:32:04 +02:00
Dylan Araps c6bd0461a0 image: Added support for Chafa. 2019-01-08 18:23:38 +02:00
Dylan Araps c1da5eb09a ascii: Fixed void linux ascii bug 2019-01-08 18:00:54 +02:00
Dylan Araps 12d9f93750 ascii: Fixed debian linux ascii bug 2019-01-08 17:55:22 +02:00
Dylan Araps 32a44b4d62 ascii: Fixed gobo linux ascii bug 2019-01-08 17:54:42 +02:00
Dylan Araps e2e98a6c7c general: Fixed bug with line_break alternative. Closes #1157 2019-01-08 17:36:27 +02:00
Dylan Araps c76c122650 image: Added support for Chafa. 2019-01-08 17:27:23 +02:00
Dylan Araps eaa59da1e9 ascii: Fix bedrock colors. Closes #1156 2019-01-08 17:13:32 +02:00
Dylan Araps 056a99bfa2 resolution: If resolution is empty don't print it. 2019-01-08 16:26:28 +02:00
Dylan Araps f24fed6df3 version: bump 2019-01-08 15:53:08 +02:00
Dylan Araps 86372fe6a8 distro: Remove broken distro lines 2019-01-08 15:52:12 +02:00
Dylan Araps 4f89361e50 color_blocks: Fix cursor bug 2019-01-08 15:34:08 +02:00
Dylan Araps 653712c06a image: fix various bugs 2019-01-08 15:00:45 +02:00
Dylan Araps de5a260f6b public_ip: Added configurable timeout 2019-01-08 12:12:11 +02:00
Dylan Araps 617769059b memory: Added option to display memory percentage. 2019-01-08 11:09:42 +02:00
Dylan Araps 4d6a4fb425 cursor: Fix issues in urxvt with padding 2019-01-08 10:57:33 +02:00
Dylan Araps 85a1bd0af7 color_blocks: Fix newlines when disabled. 2019-01-08 10:48:32 +02:00
Dylan Araps 7677cd2b4b image: higher quality thumbs. Closes #1079 2019-01-08 10:14:43 +02:00
Dylan Araps 1f8b18d7ca Merge branch 'master' of github.com:dylanaraps/neofetch 2019-01-08 08:27:45 +02:00
Dylan Araps 804f88aa7a packages: revert pkginfo change 2019-01-08 08:27:33 +02:00
Dylan Araps 041a1459b6
Merge pull request #1154 from dylanaraps/bedrock2
Bedrock Linux support
2019-01-08 08:15:58 +02:00
Dylan Araps 594e1fa10d cleanup 2019-01-07 22:53:51 +02:00
Dylan Araps fbb69625a7 cleanup 2019-01-07 22:49:46 +02:00
Dylan Araps a450fc88c5 terminal font [kitty]: Use kitty command instead of parsing config files. Closes #1150 2019-01-07 21:18:33 +02:00
Dylan Araps d36ee68f2c os: Initial support for Bedrock Linux 2019-01-07 20:56:38 +02:00
Dylan Araps e155df7a72 os: Initial support for Bedrock Linux 2019-01-07 20:42:49 +02:00
Dylan Araps 679aa306fb Merge branch 'master' of github.com:dylanaraps/neofetch 2019-01-07 20:23:23 +02:00
Dylan Araps 04420479dc image: store thumbnail with path name 2019-01-07 20:22:59 +02:00
Dylan Araps 8aab756a15 packages: Don't run pkginfo on linux 2019-01-07 19:48:05 +02:00
Dylan Araps af6230f0ca
Merge pull request #1152 from dylanaraps/simple
Added new simple mode for script usage
2019-01-07 19:46:20 +02:00
Dylan Araps 7e96b42860 simple mode: expose window size and terminal size 2019-01-07 19:40:37 +02:00
Dylan Araps ea44816a3c simple mode: expose window size and terminal size 2019-01-07 19:36:14 +02:00
Dylan Araps 981b2da634 general: Fix issues when printing ascii 2019-01-07 18:56:09 +02:00
Dylan Araps c99b864590 ascii: Fixed bug when long line is input 2019-01-07 18:34:20 +02:00
Dylan Araps b399f49077 ascii: Fixed bug when files named auto or ascii were found. 2019-01-07 18:17:56 +02:00
Dylan Araps defee48d14 ascii: Added support for command output 2019-01-07 18:09:55 +02:00
Dylan Araps 4fb30c040a ascii: Added support for command output 2019-01-07 18:09:10 +02:00
Dylan Araps 1b356da175 ascii: Added support for command output 2019-01-07 18:04:25 +02:00
Dylan Araps a52115b364 ascii: Added support for Pentoo. Closes #1069 2019-01-07 17:33:46 +02:00
Dylan Araps e213ee7e58
Merge pull request #1151 from dylanaraps/song_fix5
song: Fix various issues
2019-01-07 17:14:57 +02:00
Dylan Araps ee30f29da9 song: Added config option to display music player 2019-01-07 17:16:18 +02:00
Dylan Araps 763f3a9af5 song: Add netease to comment. 2019-01-07 17:09:29 +02:00
Dylan Araps bbb06ad4a9 song: Remove gpmdp-remote support as tool is unmaintained. 2019-01-07 16:40:55 +02:00
Dylan Araps faae04f0ee song: Remove gpmdp-remote support as tool is unmaintained. 2019-01-07 16:39:56 +02:00
Dylan Araps 186093ddc0 song: Fix qmmp 2019-01-07 16:28:36 +02:00
Dylan Araps ae2384dca8 song: Fix deadbeef 2019-01-07 16:25:44 +02:00
Dylan Araps 9b2796e168 general: Added new simple mode for script usage 2019-01-07 16:13:59 +02:00
Dylan Araps 6f6b67f387 general: Added new simple mode for script usage 2019-01-07 16:10:53 +02:00
Dylan Araps c47826225e song: Added support for netease cloud music 2019-01-07 15:17:05 +02:00
Dylan Araps 17a56081a5 ascii: Added support for Huayra Linux. Closes #1138 2019-01-07 09:18:35 +02:00
Dylan Araps 27258fb93c ascii: Added support for Huayra Linux. Closes #1138 2019-01-07 09:17:40 +02:00
Dylan Araps 86711645a0 song: Fix issues with broken newlines 2019-01-07 09:07:24 +02:00
Dylan Araps 8a96fd545d song: Fix issues with non-english tags 2019-01-07 09:03:24 +02:00
Dylan Araps c8a32768b7
Merge pull request #1132 from Phuurl/master
Adds scoop package manager support
2019-01-04 20:51:17 +02:00
Dylan Araps a2b7de8e6a ascii: Added support for BlueLight OS. Closes #1139 2019-01-04 20:52:33 +02:00
Dylan Araps 52ea4774a3 ascii: Added small arcolinux ascii. Closes #1146 #1147 2019-01-04 20:42:31 +02:00