diff options
author | Aleksander <aleksander.zien@gmail.com> | 2019-04-29 15:33:35 +0200 |
---|---|---|
committer | Philipp Hemmelmayr <fips.hem@gmail.com> | 2019-04-29 15:33:35 +0200 |
commit | 3f5fd23839555899ee872092e2c339a7b919866c (patch) | |
tree | aa811dbe7aab58457c27ab0f45c8904719d85082 /README.md | |
parent | cdb603a3f2ac8cd24720245947749a863cb795ce (diff) |
Add description for Void Linux installation (#118)
* Add description for Void Linux installation
* fixed typo
* shortened xbps instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -96,6 +96,14 @@ export PATH="${PATH}:${HOME}/.local/bin/" UtkarshVerma was so kind to provide an installation script for debian based systems, . +#### Void Linux + +##### xbps repository + +`betterlockscreen` is available in official Void's repository as `betterlockscreen`. + +Installing using `xbps` (will automatically install all required dependencies): `xbps-install -S betterlockscreen` + ### Configuration You can customise various colors for betterlockscreen, copy config file from examples directory to `~/.config/betterlockscreenrc` and edit it accordingly. |