Commit Graph
100 Commits
Author SHA1 Message Date
Dylan Araps 370a50c3e3 term: ignore bwrap 2021-06-11 09:25:11 +00:00
Dylan Araps 77cac59c84 neofetch: Fix syntax error 2021-06-11 09:23:37 +00:00
Dylan Araps 010e376058 packages: use dpkg 2021-06-11 07:48:16 +00:00
Dylan Araps c55cfc0c06 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2021-06-11 07:45:27 +00:00
Dylan Araps 77f0efea26 packages: Fix apt. Closes #1620 2021-06-11 07:45:19 +00:00
Dylan Araps bcc8d98df5 os: Fix ubuntu studio. Closes #1733 2021-06-11 07:05:57 +00:00
Dylan Araps 06b1c77bb8 gpu: Fix windows issue. See: #1759 2021-06-11 07:03:16 +00:00
Dylan Araps ab839cb9b0 os: Fix Chrome OS issue. Closes #1653 2021-06-11 06:14:10 +00:00
Dylan Araps 7de6bb8d2c resolution: Fix truncation of drm modes. Closes #1639 2021-06-11 05:56:42 +00:00
Dylan Araps 64dd7b68ef term: Add newgrp to blacklist. Closes #1635 2021-06-11 05:47:20 +00:00
Dylan Araps 2491af5e58 os: Add support for Mandrake. Closes #1625 2021-06-11 05:41:19 +00:00
Dylan Araps 0a0a505132 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2021-06-11 05:39:34 +00:00
Dylan Araps ec1fb325b0 misc: fix typo. Closes #1623 2021-06-11 05:39:31 +00:00
Dylan Araps 55beea7b6f os: Add CyberOS. Closes #1690 2021-06-11 05:19:46 +00:00
Dylan Araps 611117f4af general: Fix indentation 2021-06-11 05:16:43 +00:00
Dylan Araps d16e6e36ca packages: use crew prefix. Closes #1697 2021-06-11 05:15:37 +00:00
Dylan Araps 097e60bc62 general: Fix conflicts 2021-06-11 05:14:33 +00:00
Dylan Araps c0ceffb554 general: fix indentation 2021-06-11 05:11:00 +00:00
Dylan Araps 50a8bd285d packages: Use dnf cache if available. Closes #1730 2021-06-11 05:02:17 +00:00
Dylan Araps 6dd85d67fc Merge branch 'master' of github.com:dylanaraps/neofetch 2020-11-26 07:15:22 +02:00
Dylan Araps dc8a834888 neofetch: Fix naming conflict with mine. See #1616 2020-11-26 07:15:09 +02:00
Dylan Araps 80174ea4d9 neofetch: swap to apt for packages. Possible fix for #1616 2020-11-25 14:09:31 +02:00
Dylan Araps 2b39f58f74 disk: Fix bash 3.2 incompatibility. Closes #1586 2020-11-17 18:43:32 +02:00
Dylan Araps cb6f10d8f4 fix whitespace 2020-11-17 18:35:33 +02:00
Dylan Araps 2a1788a11b fix macOS issue. See #1607 2020-11-17 11:49:46 +02:00
Dylan Araps 9818199c73 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-11-03 05:39:05 +02:00
Dylan Araps 106a53c575 neofetch: Use MemAvailable for memory on Linux if supported. Closes #1591 2020-11-03 05:38:45 +02:00
Dylan Araps 4660ae7a53 various: fix windows issues 2020-10-04 19:05:03 +03:00
Dylan Araps 7bf2ecee26 fix ci 2020-10-04 18:46:04 +03:00
Dylan Araps c93f3dabd6 gpu: Fix blank line in output on Windows. 2020-10-04 18:26:26 +03:00
Dylan Araps 71d8914ec7 windows: Fix gpu output 2020-10-04 18:05:18 +03:00
Dylan Araps 075eb43dd7 neofetch: clean up 2020-10-04 15:18:28 +03:00
Dylan Araps c155bdecd1 wm: Fix issue with dwm. Closes #1433 2020-10-04 14:50:26 +03:00
Dylan Araps 566c8096da term_font: Fix st font2 issue. Closes #1446 2020-10-04 14:44:04 +03:00
Dylan Araps 1c468b4e31 neofetch: Fix cursor placement issue 2020-10-04 14:34:57 +03:00
Dylan Araps bc4c3bc8f9 Merge branch 'master' of github.com:dylanaraps/neofetch into master 2020-10-04 14:12:09 +03:00
Dylan Araps a6137b26db de: Display Wayland if detected. Closes #1471 2020-10-04 14:11:56 +03:00
Dylan Araps 77bac34cc5 general: drop cpu_usage. Always been unreliable. Never worked well. Closes #1551 2020-10-04 13:53:30 +03:00
Dylan Araps d6cd1c135a Merge branch 'master' of github.com:dylanaraps/neofetch into master 2020-10-04 13:42:18 +03:00
Dylan Araps 4b5f4e33be de/wm: Fix Windows 10 issues. Closes #1571, #1573 2020-10-04 13:42:05 +03:00
Dylan Araps 5f8ce9bbc4 packages: Add support for carbs 2020-09-17 08:27:48 +03:00
Dylan Araps 60d07dee6b neofetch: 7.0.0 2020-08-02 21:37:41 +03:00
Dylan Araps efa79f9eca Merge branch 'master' of github.com:dylanaraps/neofetch into master 2020-08-01 10:31:33 +03:00
Dylan Araps fe921d7d17 docs: update 2020-08-01 10:31:23 +03:00
Dylan Araps 0435dcd0cd neofetch: Added support for --memory_unit to change memory output unit.
Examples:

kib  '1020928KiB / 7117824KiB'
mib  '1042MiB / 6951MiB'
gib: '0.98GiB / 6.79GiB'

Precision level of GiB output is /not/ configurable at this stage in
time. This may be added later.

Closes #1388
2020-07-26 09:35:00 +03:00
Dylan Araps 46b2942e17 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-07-25 08:36:15 +03:00
Dylan Araps b19d2b3cac term: Add support for Windows Terminal. Related to #1513 2020-07-25 08:35:21 +03:00
Dylan Araps a4bf721014 neofetch: Fix CI (long lines) 2020-07-17 16:56:13 +03:00
Dylan Araps 0e448167c0 resolution: Fix output when monitor is turned off. 2020-07-06 23:54:25 +03:00
Dylan Araps f4a83d604f neofetch: Fix trailing whitespace 2020-07-06 23:53:51 +03:00
Dylan Araps 726d9b8133 wm: Added support for x11fs 2020-06-28 01:08:39 +03:00
Dylan Araps 5b8eea9974 docs: update 2020-06-13 01:23:26 +03:00
Dylan Araps 241ac6c152 neofetch: Windows multi GPI support. Closes #1462 2020-05-22 10:37:01 +03:00
Dylan Araps 5e377cd561 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-05-22 10:28:09 +03:00
Dylan Araps c160c07399 disk: Fix paths with spaces in names. Closes #1445 2020-05-22 10:27:36 +03:00
Dylan Araps 6a5dfb874e neofetch: Fix CI 2020-05-03 22:53:53 +03:00
Dylan Araps 51e0237f86 neofetch: Fix CI 2020-05-03 22:53:20 +03:00
Dylan Araps 2eae510bd9 docs: update 2020-04-19 12:01:41 +03:00
dylanandGitHub 5d11302cf2 Merge pull request #1444 from Morgaux/master
Correct spelling
2020-04-17 08:36:55 +03:00
dylanandGitHub d2ca250856 Merge pull request #1442 from Crestwave/osh
neofetch: add support for OSH
2020-04-16 07:05:15 +00:00
dylanandGitHub 76856625b4 Merge pull request #1441 from ignapk/gnomeos
WIP: Add GNOME OS
2020-04-16 06:33:11 +00:00
Dylan Araps e1af688b36 neofetch: Fix incorrect variable name 2020-04-15 15:25:20 +03:00
Dylan Araps 23c445d05f neofetch: Drop . outside of iOS for oil shell 2020-04-15 15:21:53 +03:00
dylanandGitHub c374ee2ec9 Merge pull request #1436 from AOSC-Dev/master
Add AOSC OS/Retro Logo
2020-04-14 11:14:00 +00:00
dylanandGitHub b485d09abb Merge pull request #1439 from arisinfenix/openmamba
Add openmamba logo
2020-04-14 11:13:09 +00:00
dylanandGitHub 178c4dbb12 Merge pull request #1432 from mb64/master
Change order GTK3 settings.ini files are read
2020-03-30 12:44:45 +03:00
dylanandGitHub 7e9d499428 Merge pull request #1430 from arisinfenix/openstage
os: Add OpenStage Linux
2020-03-29 22:11:13 +03:00
dylanandGitHub 1778941dda Merge pull request #1426 from mitchweaver/detect_current
detect whether using -current on OpenBSD
2020-03-12 12:32:26 +02:00
Dylan Araps 5241b24bf4 neofetch: Enable DE version by default 2020-03-09 10:58:31 +02:00
Dylan Araps e09146142f neofetch: Prefer lsb-release 2020-03-08 17:42:00 +02:00
Dylan Araps e960c51686 neofetch: Fix uptime seconds on Linux. Closes #1422 2020-03-08 16:13:19 +02:00
Dylan Araps 87827df455 docs: update 2020-03-08 12:23:36 +02:00
Dylan Araps bafbb7178b docs: update 2020-03-08 12:21:10 +02:00
Dylan Araps ba92ae75a3 docs: update 2020-03-08 12:06:22 +02:00
Dylan Araps fb9d4d259c neofetch: Fix yash shell. Closes #1421 2020-03-06 21:51:30 +02:00
Dylan Araps f372d71628 neofetch: Fix yash shell. Closes #1421 2020-03-06 21:49:26 +02:00
Dylan Araps ede5c1ee29 neofetch: Drop kitty win size func. Related to #1418 2020-03-04 21:52:42 +02:00
Dylan Araps 59af9f0ae9 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-02-19 11:44:36 +02:00
Dylan Araps 3d803834c1 neofetch: Fix GPU driver error. Closes #1411 2020-02-19 11:43:01 +02:00
dylanandGitHub d29abf1a8f Merge pull request #1410 from ArmstrongJ/freemint-fixes
FreeMiNT-specific fixes and updates
2020-02-15 10:55:23 +02:00
Dylan Araps 9459ca32db docs: update 2020-02-09 08:11:02 +02:00
dylanandGitHub 45b3813803 Merge pull request #1408 from Gamegenorator/Larger-Mint-Logo-Slim
Update Linux Mint Ascii Logo
2020-02-09 08:12:27 +02:00
dylanandGitHub 8c51f2ede8 Merge pull request #1406 from rxrbln/master
Added initial t2 Linux support
2020-02-07 21:32:19 +02:00
dylanandGitHub 64a207de56 Merge pull request #1404 from lawzava/regolith-linux-support
Regolith linux support
2020-02-06 22:09:07 +02:00
Dylan Araps eabdbcdb2b de: Temporary support for Regolith. 2020-02-06 20:51:53 +02:00
Dylan Araps 997b7dd855 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-02-05 00:15:58 +02:00
Dylan Araps ab7c6cac7d neofetch: Appimage support. Closes #1403 2020-02-05 00:15:22 +02:00
dylanandGitHub 6d7c628dbd Merge pull request #1402 from arisinfenix/doc
Update copyright years
2020-02-04 13:59:18 +02:00
Dylan Araps 9d23eaeaf9 Merge branch 'master' of github.com:dylanaraps/neofetch 2020-02-02 17:57:41 +02:00
Dylan Araps d2ff375b2e docs: update 2020-02-02 17:57:24 +02:00
dylanandGitHub a9fc7615ed Merge pull request #1400 from dgurney/master
Add patterns for AMD CPUs with numeric core counts
2020-02-02 17:54:57 +02:00
Dylan Araps 388ba9c0a2 neofetch: Fix window size issue in gnome terminal 2020-02-01 16:25:14 +02:00
Dylan Araps c2a3cda1da Merge branch 'master' of github.com:dylanaraps/neofetch 2020-01-28 12:24:37 +02:00
Dylan Araps eaa4b35ee4 neofetch: Added --title_fqdn. Closes #1397 2020-01-28 12:24:22 +02:00
dylanandGitHub 0f7d4becae Merge pull request #1393 from arisinfenix/endeavour
Add EndeavourOS
2020-01-23 23:03:20 +02:00
Dylan Araps 8f03e7082f neofetch: Fix windows issue. Closes #1297 2020-01-23 19:30:51 +02:00
Dylan Araps bf0eef3f07 neofetch: Fix windows issue. Closes #1297 2020-01-23 19:17:23 +02:00
Dylan Araps 492af341b8 neofetch: Fix windows issue. Closes #1297 2020-01-23 19:11:17 +02:00
Dylan Araps c11f149989 neofetch: Fix windows issue. Closes #1297 2020-01-23 19:04:14 +02:00
Dylan Araps 3dd3f7f8e7 neofetch: Fix windows resolution. Closes #1297 2020-01-23 18:48:52 +02:00