Note: This project was originally pushed to Gitlab and as such, all issues, pull/merge requests and any other disucussion or changes should be made here. (In case you are wondering, I have this mirrored on Github so people can follow the project even if they prefer Github. Also it acts as a backup.)
This repository contains my slock configuration which I use daily.
You will need gcc, make and required libraries which vary distro by distro.
xbps-install -S gcc makeFor libraries it could be libX11, libX11-devel, libXft, libXft-devel etc. If the required library is missing then it will show an error and you just need to take the name and find the right package.
git clone https://gitlab.com/zagyarakushi/myslockNow go to the directory and compile and install.
makeThen intall slock
make installOr just do "make install" which should compile and install at the same time.
If you make a change and want to update the binary then you need to recompile and install again. Except this time, you need to remove some files.
make cleanrm config.hAlso make sure to delete any other unneeded files as well. Then compile and install.
This project doesn't have any issues in my opinion but you could create an issue if you want something to change.
You can create an issue and I will try to help you as much as I can.
First read the code of conduct and contributing file. Then you can fork the repository, add your own stuff and create a pull/merge request.
MIT