mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
i3lock/i3lock-color: meta: improve description
- i3lock-color: extend description to differ from i3lock - i3lock/i3lock-color: add long description
This commit is contained in:
parent
938fd3042e
commit
4ee409a59c
@ -27,8 +27,29 @@ stdenv.mkDerivation rec {
|
||||
mv $out/bin/i3lock $out/bin/i3lock-color
|
||||
'';
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple screen locker like slock";
|
||||
homepage = https://i3wm.org/i3lock/;
|
||||
description = "A simple screen locker like slock, enhanced version with extra configuration options";
|
||||
longDescription = ''
|
||||
Simple screen locker. After locking, a colored background (default: white) or
|
||||
a configurable image is shown, and a ring-shaped unlock-indicator gives feedback
|
||||
for every keystroke. After entering your password, the screen is unlocked again.
|
||||
|
||||
i3lock-color is forked from i3lock (https://i3wm.org/i3lock/) with the following
|
||||
enhancements / additional configuration options:
|
||||
|
||||
- indicator:
|
||||
- shape: ring or bar
|
||||
- size: configurable
|
||||
- all colors: configurable
|
||||
- all texts: configurable
|
||||
- visibility: can be always visible, can be restricted to some screens
|
||||
|
||||
- background: optionally show a blurred screen instead of a single color
|
||||
|
||||
- more information: show text at configurable positions:
|
||||
- clock: time/date with configurable format
|
||||
- keyboard-layout
|
||||
'';
|
||||
homepage = http://github.com/PandorasFox/i3lock-color;
|
||||
maintainers = with maintainers; [ garbas malyn ];
|
||||
license = licenses.bsd3;
|
||||
|
||||
|
@ -23,6 +23,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple screen locker like slock";
|
||||
longDescription = ''
|
||||
Simple screen locker. After locking, a colored background (default: white) or
|
||||
a configurable image is shown, and a ring-shaped unlock-indicator gives feedback
|
||||
for every keystroke. After entering your password, the screen is unlocked again.
|
||||
'';
|
||||
homepage = https://i3wm.org/i3lock/;
|
||||
maintainers = with maintainers; [ garbas malyn domenkozar ];
|
||||
license = licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user