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
Weslly
177644c18e
WM: Add support for yabai on macOS
2019-06-23 14:31:31 -03:00
Renzix
1316df5df8
Moved guix check below /etc/os-release check
2019-06-20 13:19:55 -04: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
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
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
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
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
Michael Straube
497dd4303e
song: add xnoise
2019-05-04 17:00:49 +02:00
Michael Straube
77c4e7d799
song: add gogglesmm
2019-05-04 16:56:36 +02:00
black
b9b11ed4d5
Merge pull request #1226 from edward-p/fix-GTK2_RC_FILES
...
Handle GTK2_RC_FILES with multiple values
2019-05-03 13:48:33 +03:00
edward-p
d128f1cf1e
use "$GTK2_RC_FILES"
2019-05-03 17:24:56 +08:00
edward-p
836197fc2e
make some changes
2019-05-03 02:27:59 +08:00
Dylan Araps
0f80628b4c
Merge branch 'master' of https://github.com/dylanaraps/neofetch
2019-05-02 16:23:22 +03:00
Dylan Araps
3f13df386c
underline: Fix bugs with incorrect lengths
2019-05-02 16:22:41 +03:00
black
0e8965e91b
Merge pull request #1239 from lightful/pr_uptime
...
support uptime from Android 9+
2019-05-01 13:39:10 +03:00
Dylan Araps
ad16b5925c
song: Added support for plasma-browser-integration
2019-05-01 13:34:42 +03:00
Ciriaco Garcia de Celis
c86413c18a
uptime for Android 9+ (refactorized)
2019-05-01 12:04:44 +02:00
Dylan Araps
c7685b4cfb
config: Show 15 color blocks by default. Closes #1224
2019-05-01 10:46:34 +03:00
Dylan Araps
c1ddea8edd
ascii: Fix void. Closes #1244
2019-05-01 10:08:34 +03:00
Muhammad Herdiansyah
619ebdacd6
Packages [Guix/Nix]: Use if for detecting system and user packages
2019-05-01 07:36:32 +07:00
spacelike
83925702fc
Use guix directly to report package count instead of counting directories
2019-04-30 21:59:23 +07:00
Mark Greaves
7c976754e1
New Peppermint Logo
...
Edited ASCII artwork for Peppermint with our new logo
2019-04-30 14:56:37 +01:00
black
6efc9cd05e
Merge pull request #1228 from arisinfenix/song
...
song: add strawberry player
2019-04-30 11:56:45 +03:00
black
6154d08f25
Merge pull request #1216 from jkhsjdhjs/master
...
cache_uname: fix darwin_name and osx_version for iOS 11.3 and later + add model,cpu,gpu for some idevices
2019-04-30 11:55:09 +03:00
black
906782fc35
Merge pull request #1233 from chrissxYT/master
...
Added a case for displaying the Ubuntu logo for i3buntu.
2019-04-30 11:54:04 +03:00
Ciriaco Garcia de Celis
c5f3f7626a
give precedence to "Hardware" entry in /proc/cpuinfo
2019-04-26 01:47:05 +02:00
Ciriaco Garcia de Celis
78b9d3e160
support uptime from Android 9+
2019-04-26 01:31:58 +02:00
jkhsjdhjs
ff53d8d30b
get_cpu, get_gpu, get_model: shorten iPhone OS cases
2019-04-17 13:05:37 +02:00
jkhsjdhjs
3cdcfc2d45
include Fusion/Bionic in iDevice processor names
2019-04-16 15:12:18 +02:00
jkhsjdhjs
c17173a93b
shorten too long line
2019-04-16 04:13:34 +02:00