Search Criteria
Package Details: sysfetch-git 0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sysfetch-git.git (read-only, click to copy) |
---|---|
Package Base: | sysfetch-git |
Description: | A super tiny system information fetch script written in BASH |
Upstream URL: | https://github.com/wick3dr0se/sysfetch |
Licenses: | GPL3 |
Submitter: | wick3dr0se |
Maintainer: | wick3dr0se |
Last Packager: | wick3dr0se |
Votes: | 2 |
Popularity: | 0.000091 |
First Submitted: | 2021-12-04 20:03 (UTC) |
Last Updated: | 2024-06-02 01:00 (UTC) |
Dependencies (7)
- awk (gawk-gitAUR, busybox-coreutilsAUR, gawk)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- debugedit (debugedit-gitAUR) (make)
- fakeroot (fakeroot-gitAUR, fakeroot-tcpAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- pciutils (pciutils-gitAUR) (optional) – detect gpu
- wmctrl (optional) – better theme detection
Latest Comments
m040601 commented on 2024-06-07 08:11 (UTC)
After your changes, the PKGBUILD and tool seems to be working fine again,
wick3dr0se commented on 2024-06-02 01:20 (UTC) (edited on 2024-06-02 02:05 (UTC) by wick3dr0se)
@m040601 Due to your comment and interest in the project, I went ahead and updated the PKGBUILD as well as the upstream repository. I believe I pushed a commit that will resolve both the issues you listed but without some way to reproduce the issue it is hard to say. However I noticed I did leave out the -m option to
wmctl
and I hadn't thoroughly tested it since throwing that in there. As a result it was just erroring out from incorrect usage. That one should be good to go now I assume. The other error above disk model may occur if the diskModel variable wasn't read and in such case the directory probably didn't exists, so I implemented a check. If any issues persist or you want to reach out, feel free to drop an issue or find me on Discord linked in the README. Thanks for taking interest and the time to comment on here, as well as providing all the details of course!m040601 commented on 2024-06-01 19:45 (UTC) (edited on 2024-06-01 19:50 (UTC) by m040601)
Thanks for this simple cool tool, and the PKGBUILD. I like it that it is a simple bash script.
I had it working without problems sometime ago last year, cant remember exactly when.
Decided to remove and reinstall, and now it gives errors, and the PKGBUILD itself doesnt install.
Can you confirm that the PKGBUILD currently works and installs properly in your own system without complaints ?
Trying the PKGBUILD gives me,
Trying to git clone the tool and running "./sysfetch" gives me code errors and complaints about wmctrl.
As you say,
So trying,
$ ./sysfetch
Line 91,
I do have wmctrl
I cant remember exactly the last time it worked last year.
Maybe after you did this changes to the tool ?
Maybe the PKGBUILD also needs some update ??? The last one from,