1093 Commits

Author SHA1 Message Date
Katie Bohnenkamper
e2f54dd6d5 v3.9.9 commit 2024-12-03 01:26:14 -06:00
Charlie Martinez
609395ea9a I add the Quirinux distribution, based on Debian.
https://wiki.debian.org/Derivatives/Census/Quirinux
2023-12-27 18:08:50 +01:00
vndroid
d4235d2be2 Fix 2023-12-11 18:05:46 +08:00
vndroid
c608f9a623 Update
- Add AlmaLinux support
- Add latest Ubuntu version
2023-12-11 18:01:02 +08:00
LeoZhang
874539bc10 Fix syntax error in macOS
screenfetch-dev: line 1788: [[: sw_vers [-productName|-productVersion|-buildVersion]: syntax error: invalid arithmetic operator (error token is "[-productName|-productVe
rsion|-buildVersion]"
2023-12-07 14:00:57 +08:00
Óscar García Amor
b1f089344a Update requirements list in the documentation 2023-09-04 10:29:57 +02:00
darealshinji
b56b044002 Merge pull request #726 from toti787/master
Add Rocky Linux Distro support
2023-08-13 15:36:52 +02:00
Nicolas Boichat
b49a2334b8 Detect which awk to use
Some embedded distributions (e.g. buildroot) may only provide mawk,
without a symlink to awk.

At first glance, awk scripts to appear to work fine with either
gawk or mawk.
2023-08-04 12:55:36 +00:00
Carlos Ramos
7942bb2a83 Fix Homebrew package count on macOS. Newer versions of Homebrew use /opt instead of /usr/local by default 2023-07-13 22:14:55 +02:00
Ryan Liao
bbf4ebab79 Replace grep with --productVersion and --buildVersion option when calling sw_vers 2023-05-06 09:58:29 -07:00
Naïm Favier
d2b0f2bd0a Use non-experimental Nix CLI
`nix path-info` requires the experimental `nix-command` feature to be enabled.
2022-12-24 14:56:26 +01:00
Dino Morelli
26114ebaa9 Fix for grep warning about stray \
A recent change to grep has made this generate a warning. It's been
showing up whenever screenfetch is executed. Fixed.

Closes gh-754
2022-11-25 13:24:17 -05:00
Jade Angrboða
9f6a62a812 ignore devtmpfs 2021-09-26 18:52:17 -07:00
toti787
07ebc6ea58 Fixed up logo 2021-06-04 19:51:50 +00:00
toti787
ad495dc101 Add Rocky Linux Distro support 2021-06-04 13:30:15 +00:00
darealshinji
c3a4789044 Merge pull request #665 from PJB3005/20-02-18-pwsh
Detect Powershell version.
2021-05-23 18:58:11 +02:00
darealshinji
2cd6ce5307 Merge pull request #658 from sulincix/sulincix-patch-1
SulinOS Logo
2021-05-16 13:51:50 +02:00
darealshinji
cd8a554214 Merge pull request #720 from hginzel/hg
Remove trailing whitespace characters
2021-05-16 13:50:53 +02:00
darealshinji
8fd2a1baa1 Merge pull request #718 from klpnt/master
New ASCII logo for Fedora
2021-05-16 13:49:55 +02:00
Hans Ginzel
6314543381 Remove trailing whitespace characters
# https://stackoverflow.com/questions/149057/how-to-remove-trailing-whitespace-of-all-files-recursively
export LC_CTYPE=C LANG=C
find . -not \( -name .svn -prune -o -name .git -prune \) -type f -print0 | perl -0ne 'print if -T' | xargs -0 sed -Ei 's/[[:blank:]]+$//'
2021-04-29 10:52:36 +02:00
M. Efe Çetin
a63e9bd886 Update screenfetch-dev 2021-04-26 17:38:53 +03:00
Efe Çetin
b0443edf6c Fix indent 2021-04-26 17:35:43 +03:00
Efe Çetin
19109bb54f Add TeArch Linux. 2021-04-26 17:33:27 +03:00
klapointe
639b035b3f Added new ASCII for Fedora 2021-04-21 10:36:16 -04:00
klapointe
d299716957 Added new ASCII for Fedora 2021-04-21 10:31:42 -04:00
klapointe
33da1811ec Added new ASCII logo for Fedora 2021-04-16 13:38:39 -04:00
Anton Bulakh
7b8774cc31 Fix awesomewm theme detection, closes #690 (#713) 2021-03-22 11:26:45 -05:00
KittyKatt
e9ee998e4b Hopefully this fixes DESKTOP_SESSION issues presented in #711 2021-03-19 08:50:30 -05:00
dalto8
eb635a7e78 Handle languages with no whitespace in free (#708) 2021-03-18 20:43:28 -05:00
Hayao (山田ハヤオ)
685b475d63 Add AlterLinux (#683) 2021-03-18 14:09:07 -05:00
Brett
c95381e085 Merge pull request #679 from johannes-schmatz/johannes-schmatz-archlinux32-patch-1
adding support for Arch Linux 32
2021-02-25 08:40:27 -06:00
Brett
3570e2ca47 Merge pull request #699 from hubenchang0515/master
Add a logo of UOS, the commercial version of Deepin
2021-02-25 08:35:40 -06:00
Brett
f430d0ee52 Merge pull request #702 from Jacksonzwang/master
Detect CentOS Stream correctly
2021-02-25 08:34:56 -06:00
Takacs Attila
fbe36b2cf6 Add custom lines using '-C' flag 2021-02-22 17:03:38 +01:00
Jacksonzwang
5cc2aa1a15 Update CentOS Stream Support 2021-02-05 16:50:14 +08:00
hubenchang0515
03430e8c9f Add logo of UOS, which is the commercial version of deepin 2021-01-18 14:00:57 +08:00
darealshinji
f525686de6 update Ubuntu codenames 2021-01-03 15:48:28 +01:00
Maav
f7200af70c Add support to macOS Big Sur on Intel CPUs. 2020-07-02 07:21:53 -03:00
johannes-schmatz
229f62b8a5 adding support for Arch Linux 32
support for Arch Linux 32 by adding a new distro "Arch Linux 32".
2020-06-26 00:27:57 +02:00
Konrad Borowski
46a39ad5a2 Improve package counting for NixOS 2020-06-15 18:04:53 +02:00
Brett
da1ef38dad Merge pull request #674 from drauger-os-development/master
Drauger OS - smaller logo
2020-06-08 17:39:17 -05:00
Thomas Castleman
da5bb121c5 shrank Drauger OS logo 2020-05-17 22:34:07 -04:00
Jade Auer
b9d4d34ecb generic support for aarch64 CPUs 2020-05-15 23:32:03 -07:00
Brett
89c5508cdb Merge pull request #667 from cruvolo/cruvolo/e16-theme-detect-fix
fix e16 theme detection
2020-05-14 11:35:14 -05:00
Chris Ruvolo
443398fb8c fix tcsh shell detection by looking at /proc/$PPID/exe instead of /proc/$PPID/cmdline 2020-03-13 10:22:04 -04:00
Chris Ruvolo
a8c3492cc0 fix e16 theme detection 2020-03-13 10:17:54 -04:00
Pieter-Jan Briers
9a0a8aebfa Detect Powershell version. 2020-02-18 23:16:23 +01:00
albi
b5f99a49d1 Fixed font detection in Terminal.app macOS 2020-02-13 07:49:39 +07:00
albi
bb58b901c1 Fixed font detection in iTerm2 macOS 2020-02-12 21:51:40 +07:00
albi
41b98a1a78 Fixed disk usage detection in macOS Catalina 2020-02-12 21:30:59 +07:00