Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Ports/neofetch: Use new global variables at /sys/kernel/ directory | Liav A | |
2022-07-14 | Ports: Update neofetch to use the right /proc/memstat values | Liav A | |
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-05-22 | Ports: Fully delete Co-Authored-By lines from the ReadMe | Tim Schumacher | |
Otherwise, this results in a number of empty lines where Co-Authored-By would have been. | |||
2022-05-19 | Ports: Update neofetch's patches to use git patches | Ali Mohammad Pur | |
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-24 | Ports: Remove unnecessary patch from the neofetch port | Liav A | |
2021-08-14 | Ports: Add a space to end of shell name in neofetch | Nico Weber | |
Matches what neofetch does for other shell names. | |||
2021-04-29 | WindowServer: Move configuration file to /etc/WindowServer.ini | Andreas Kling | |
This was in the /etc/WindowServer/ directory which had nothing else in it, so let's just get rid of the directory and move this up one step. | |||
2021-04-25 | Ports: Update checksums to use the SHA256 algorithm | Gunnar Beutner | |
2021-04-20 | Ports: Improve consistency and quality of ports | Panagiotis Vasilopoulos | |
- Replaced /Root with - Improved documentation. - Removed a few typos. - Replaced with - Added brackets in some cases. Most of the changes were reviewed and applied manually. | |||
2021-04-16 | Ports: Add auth_type verification to all package.sh files | Brendan Coles | |
2021-04-16 | Ports: Make sure ports are installed into /usr/local | Gunnar Beutner | |
2021-01-29 | Ports: Update neofetch to 7.1.0 | Linus Groh | |
2021-01-29 | Ports: Revert neofetch shebang patch change | Linus Groh | |
Looks like this was a search & replace from 0bf5669, but it doesn't actually work in Serenity. | |||
2021-01-22 | Meta: Get building on NixOS (#5005) | Jonathan Turner | |
2020-07-12 | Ports: Use "jq" in neofetch for /proc/{cpuinfo,memstat} | Linus Groh | |
Now that a "jq" port is available we can re-enable CPU name detection in neofetch and don't need to use "read" for extracting values from /proc/memstat anymore :^) | |||
2020-07-11 | Ports: Use "ini" in neofetch to read theme name | Linus Groh | |
2020-07-11 | Ports: Disable /proc/cpuinfo parsing in neofetch, for now | Linus Groh | |
We don't really have a good way of parsing and processing JSON in the shell yet, and the solution used for /proc/memstat (read) is very limited and doesn't work for the more complex /proc/cpuinfo array. Let's disable cpu detection in neofetch for now until we can come up with a good solution. | |||
2020-04-28 | Ports: Add neofetch | Linus Groh | |