yvbbrjdr / i3lock-fancy-rapid

A faster implementation of i3lock-fancy.
BSD 3-Clause "New" or "Revised" License
149 stars 20 forks source link

Help package it on Gentoo Linux #14

Open jian-lin opened 3 years ago

jian-lin commented 3 years ago

Hi, there. Nice wok!

I help package it on GURU, which is an official repository of Gentoo Linux. The package is called x11-misc/i3lock-fancy-rapid.

The steps to install it are as follows:

# install a repository management tool
sudo emerge --ask --verbose app-eselect/eselect-repository
# refresh the repository list
sudo eselect repository list
# enable guru
sudo eselect repository enable guru
# sync guru
sudo emerge --sync guru
# install betterlockscreen_rapid
sudo emerge --ask --verbose x11-misc/i3lock-fancy-rapid

This will benefit Gentoo users. It would be very appreciated if you add this information to the readme file.

Feel free to close this issue.