Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |