Commit Graph

5151 Commits

Author SHA1 Message Date
black 03de8e721d
Merge pull request #1291 from MitchWeaver/support_other_kshs
support other versions of ksh
2019-07-26 09:16:46 +03:00
Mitch Weaver 4120ad4940 support other versions of ksh 2019-07-25 23:40:59 -05:00
M. Herdiansyah b886122af9
Merge pull request #1289 from ognarb/plasma
The KDE was renamed to Plasma
2019-07-23 16:25:42 +07:00
Carl Schwan af6160fbce
Use && 2019-07-23 10:56:10 +02:00
Carl Schwan 1daac57e97
Use bash syntax 2019-07-23 10:53:10 +02:00
Carl Schwan cc491fc593
Move check plasma >= 4 after de to KDE and revert some change 2019-07-22 15:15:31 +02:00
Carl Schwan 11dfe8d016
Only use Plasma instead of KDE, if KDE version is greater equal 4 2019-07-22 13:12:33 +02:00
Carl Schwan e4dffc4673
The K Desktop Environment was renamed to Plasma 2019-07-22 00:18:04 +02:00
black 28dd7f4696
Merge pull request #1287 from feren/patch-1
Small tweak to the colours used for the Feren OS Logo
2019-07-18 23:52:00 +03:00
The feren OS Dev 74a25bd377
Small tweak to the colours used for the Feren OS Logo
Changed the blue used in the Feren OS logo as most colour schemes make the logo appear to be teal instead of blue.
2019-07-18 20:21:06 +01:00
black 772ea2c529
Merge pull request #1286 from Michal-Szczepaniak/master
Linux: Fix ASCII for Sailfish OS
2019-07-18 15:31:15 +03:00
Michal-Szczepaniak 6cd7a8b1f2
Linux: Fix ASCII for Sailfish OS 2019-07-18 13:29:32 +02:00
Muhammad Herdiansyah 40dcf541de ASCII: Detect all of Sailfish instead of SailfishOS
To maintain backward compatibility with older SailfishOS version.
2019-07-18 17:51:12 +07:00
black 20af720829
Merge pull request #1285 from protonesso/kagami
add support for kagami package manager
2019-07-18 13:34:46 +03:00
Ishimoto Shinobu ac610bd79b
add support for kagami package manager 2019-07-18 18:50:32 +09:00
Muhammad Herdiansyah 3a19c43026 Linux: Update ASCII for Sailfish OS 2019-07-18 15:25:14 +07:00
Muhammad Herdiansyah f4cfdfa47c Linux: Move /etc/os-release directly below lsb_release
We are assuming that people's /etc/os-release are standard, and any distro
without it will use the "fallback" methods they have.
2019-07-18 15:18:29 +07:00
Muhammad Herdiansyah 9d4855a18f ASCII: Added Feren OS 2019-07-18 14:08:27 +07:00
Dylan Araps 2da18caf95 packages: Added package support for kiss 2019-07-18 01:52:20 +03:00
Dylan Araps 1e0608f488 Merge branch 'master' of github.com:dylanaraps/neofetch 2019-06-28 14:54:09 +03:00
Dylan Araps 5e55c4dd1d simple: Hide stderr by default. 2019-06-28 14:53:34 +03:00
black 175915d0a6
Merge pull request #1272 from weslly/patch-1
WM: Add support for yabai on macOS
2019-06-23 20:45:45 +03:00
Weslly 177644c18e
WM: Add support for yabai on macOS 2019-06-23 14:31:31 -03:00
black 7dc8145971
Merge pull request #1271 from Renzix/master
Moved guix check below /etc/os-release check
2019-06-20 20:49:29 +03:00
Renzix 1316df5df8 Moved guix check below /etc/os-release check 2019-06-20 13:19:55 -04:00
black 5b8ca15f1e
Merge pull request #1269 from 14mRh4X0r/set-nullglob-for-package-count
Set nullglob for package counting
2019-06-19 22:15:37 +03:00
Willem Mulder 2f2540bc2e Set nullglob for package counting
This prevents package managers showing up as having installed 1 package,
while it's actually 0.
2019-06-19 19:49:55 +02:00
Dylan Araps 0f718d41b9 docs: update 2019-06-13 09:27:35 +03:00
Dylan Araps 4ac452cc64 docs: update 2019-06-12 20:51:56 +03:00
Dylan Araps c0cfcb3b36 term: Fix wrapper scripts in NixOS. Thanks Tdeo. 2019-06-12 20:50:04 +03:00
Dylan Araps 4f727b1de3 term: Fix wrapper scripts in NixOS. Thanks Tdeo. 2019-06-12 20:41:12 +03:00
Dylan Araps 2caec13bf3 term: Fix wrapper scripts in NixOS. Thanks Tdeo. 2019-06-12 20:35:04 +03:00
Dylan Araps 3e92b3b202 term: Fix wrapper scripts in NixOS. Thanks Tdeo. 2019-06-12 20:29:21 +03:00
Dylan Araps f01ebe4ac8 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2019-06-07 20:02:32 +03:00
Dylan Araps 9320275a6e packages: Fix DragonFlyBSD. Thanks pornguy 2019-06-07 20:02:18 +03:00
black df520a0a45
Merge pull request #1262 from lebensterben/kittyFontParsing
Fix kitty font parsing when font name has whitespaces
2019-06-07 10:10:00 +03:00
Lucius Hu f3dbd54a6b
make line below 100 columns 2019-06-07 02:56:57 -04:00
black 45f7e32932
Merge pull request #1263 from lebensterben/multipleGPU
Works for multiple GPUs now
2019-06-05 20:11:10 +03:00
Lucius Hu b58942d6c6
Work for multiple GPUs now
1. Replace `\\"` with `\"`, otherwise awk warns `\"' is not a
   known regexp operator
2. Use the slot number of `lspci -mm` return value to
   determine whether two video cards are in different PCI slots,
   and therefore are two different GPUS.
2019-06-03 03:56:52 -04:00
Lucius Hu accccca8e9
kitty font parsing where font name has whitespaces 2019-06-03 00:23:05 -04:00
black 614a2d1b70
Merge pull request #1254 from vaygr/public-ip-drill
Retrieve public IP info via drill
2019-05-14 10:10:48 +03:00
Vlad Glagolev 85c6a5dd16 Retrieve public IP info via drill 2019-05-14 06:33:24 +00:00
black 99f6ccd375
Merge pull request #1252 from protonesso/januslinux-is-ataraxialinux
januslinux is ataraxia linux!
2019-05-10 16:20:24 +03:00
Ishimoto Shinobu 4b399f06a2 januslinux is ataraxia linux!
Signed-off-by: Ishimoto Shinobu <nagakamira@gmail.com>
2019-05-10 21:59:38 +09:00
Dylan Araps 757a673252 ascii: Add back old redhat logo (--ascii_distro redhat_old). 2019-05-08 21:25:30 +03:00
black 568943e08d
Merge pull request #1251 from infinitewarp/redhat-2019-logo
update Red Hat with new 2019 logo
2019-05-08 21:22:53 +03:00
Brad Smith 7fc0b07cc4
update Red Hat with new 2019 logo 2019-05-08 11:25:43 -04:00
Dylan Araps 8c6a709a37 Merge branch 'master' of https://github.com/dylanaraps/neofetch 2019-05-06 19:48:59 +03:00
Dylan Araps bbc492aac1 os: Fix HAIKU issues 2019-05-06 19:48:37 +03:00
Dylan Araps de99d9b0e4 os: Fix HAIKU issues 2019-05-06 19:48:13 +03:00