mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-11 13:50:52 -05:00
Link badges and fix links
This commit is contained in:
parent
3ccd62aa10
commit
c99482c2b4
1 changed files with 11 additions and 11 deletions
22
README.md
22
README.md
|
@ -9,16 +9,16 @@
|
|||
![Closed PRs](https://img.shields.io/github/issues-pr-closed-raw/Raymo111/i3lock-color?color=brightgreen&label=closed%20PRs)
|
||||
![Contributor count](https://img.shields.io/github/contributors/Raymo111/i3lock-color)
|
||||
![GitHub Release Date](https://img.shields.io/github/release-date/Raymo111/i3lock-color?label=latest%20release)
|
||||
![Commits](https://img.shields.io/github/commits-since/Raymo111/i3lock-color/latest?include_prereleases&sort=semver)
|
||||
[![Commits](https://img.shields.io/github/commits-since/Raymo111/i3lock-color/latest?include_prereleases&sort=semver)](https://github.com/Raymo111/i3lock-color/commits/master)
|
||||
![Latest commit](https://img.shields.io/github/last-commit/Raymo111/i3lock-color)
|
||||
<!--![Arch Linux package](https://img.shields.io/archlinux/v/community/x86_64/i3lock-color?logo=arch%20linux&label=Community%20version)-->
|
||||
![AUR release ver](https://img.shields.io/aur/version/i3lock-color?label=AUR%20release%20ver)
|
||||
![AUR git ver](https://img.shields.io/aur/version/i3lock-color-git?label=AUR%20git%20ver)
|
||||
[![AUR release ver](https://img.shields.io/aur/version/i3lock-color?label=AUR%20release%20ver)](https://aur.archlinux.org/packages/i3lock-color/)
|
||||
[![AUR git ver](https://img.shields.io/aur/version/i3lock-color-git?label=AUR%20git%20ver)](https://aur.archlinux.org/packages/i3lock-color-git/)
|
||||
![AUR votes](https://img.shields.io/aur/votes/i3lock-color-git)
|
||||
![GitHub forks](https://img.shields.io/github/forks/Raymo111/i3lock-color)
|
||||
![GitHub stars](https://img.shields.io/github/stars/Raymo111/i3lock-color)
|
||||
![GitHub watchers](https://img.shields.io/github/watchers/Raymo111/i3lock-color)
|
||||
![Maintenance](https://img.shields.io/maintenance/yes/2021)
|
||||
[![GitHub forks](https://img.shields.io/github/forks/Raymo111/i3lock-color)](https://github.com/Raymo111/i3lock-color/network/members)
|
||||
[![GitHub stars](https://img.shields.io/github/stars/Raymo111/i3lock-color)](https://github.com/Raymo111/i3lock-color/stargazers)
|
||||
[![GitHub watchers](https://img.shields.io/github/watchers/Raymo111/i3lock-color)](https://github.com/Raymo111/i3lock-color/watchers)
|
||||
![Maintained](https://img.shields.io/maintenance/yes/2021)
|
||||
|
||||
### The world's most popular non-default computer lockscreen.
|
||||
**A modern version of i3lock with color functionality and other features.**
|
||||
|
@ -128,15 +128,15 @@ Unfortunately the previous maintainer left, and the package got dumped back into
|
|||
- [Git Version on AUR](https://aur.archlinux.org/packages/i3lock-color-git/)
|
||||
|
||||
## Gentoo Package
|
||||
i3lock-color is available on **GURU**, under `x11-misc/i3lock-color` (https://github.com/gentoo/guru/tree/master/x11-misc/i3lock-color).
|
||||
i3lock-color is available on **GURU**, under [`x11-misc/i3lock-color`](https://github.com/gentoo/guru/tree/master/x11-misc/i3lock-color).
|
||||
|
||||
## FreeBSD port
|
||||
[i3lock-color-port](https://github.com/rkashapov/i3lock-color-port/)
|
||||
~~[i3lock-color-port](https://github.com/rkashapov/i3lock-color-port/)~~ (severely out of date).
|
||||
|
||||
## Running i3lock-color
|
||||
Simply invoke the 'i3lock' command. To get out of it, enter your password and press enter.
|
||||
|
||||
A [sample script](lock.sh) is included in this repository. [See the script in action](https://streamable.com/fpl46)
|
||||
A [sample script](examples/lock.sh) is included in this repository. [See the script in action](https://streamable.com/fpl46)
|
||||
|
||||
On OpenBSD the `i3lock` binary needs to be setgid `auth` to call the authentication helpers, e.g. `/usr/libexec/auth/login_passwd`.
|
||||
|
||||
|
@ -144,4 +144,4 @@ On OpenBSD the `i3lock` binary needs to be setgid `auth` to call the authenticat
|
|||
This project was started by [eBrnd](https://github.com/eBrnd/i3lock-color), maintained for a few years by [PandorasFox](https://github.com/PandorasFox) and now maintained and being developed by [Raymo111](https://github.com/Raymo111). The full list of contributors can be found [here](https://github.com/Raymo111/i3lock-color/graphs/contributors).
|
||||
|
||||
## Upstream
|
||||
Please submit pull requests for i3lock things to https://github.com/i3/i3lock and pull requests for additional features on top of regular i3lock at https://github.com/Raymo111/i3lock-color.
|
||||
Please submit pull requests for i3lock things to [https://github.com/i3/i3lock](https://github.com/i3/i3lock) and pull requests for additional features on top of regular i3lock at [https://github.com/Raymo111/i3lock-color](https://github.com/Raymo111/i3lock-color).
|
||||
|
|
Loading…
Reference in a new issue