diff options
| -rw-r--r-- | README.md | 25 |
1 files changed, 19 insertions, 6 deletions
| @@ -39,11 +39,11 @@ extended revision if used]. | |||
| 39 | ### Gentoo | 39 | ### Gentoo |
| 40 | 40 | ||
| 41 | ```bash | 41 | ```bash |
| 42 | # layman -a sgs | 42 | layman -a sgs |
| 43 | # emerge x11-misc/i3lock-extended | 43 | emerge x11-misc/i3lock-extended |
| 44 | ``` | 44 | ``` |
| 45 | 45 | ||
| 46 | ### Fedora | 46 | ### Fedora ( >= 31) |
| 47 | 47 | ||
| 48 | Set up a custom repo as described: https://pkg.pichove.org/Fedora/README.txt | 48 | Set up a custom repo as described: https://pkg.pichove.org/Fedora/README.txt |
| 49 | 49 | ||
| @@ -52,7 +52,7 @@ Key fingerprint: A664 5797 661E 2F47 3DD3 FF06 BCE7 0555 C3BB 08F7 | |||
| 52 | Install the package: | 52 | Install the package: |
| 53 | 53 | ||
| 54 | ```bash | 54 | ```bash |
| 55 | $ sudo dnf install i3lock-extended | 55 | sudo dnf install i3lock-extended |
| 56 | ``` | 56 | ``` |
| 57 | 57 | ||
| 58 | 58 | ||
| @@ -63,7 +63,7 @@ Install the package: | |||
| 63 | tar Jxvf i3lock-extended-<version>.tar.xz && cd i3lock-extended-<version> | 63 | tar Jxvf i3lock-extended-<version>.tar.xz && cd i3lock-extended-<version> |
| 64 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers | 64 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers |
| 65 | make | 65 | make |
| 66 | # make install | 66 | make install |
| 67 | ``` | 67 | ``` |
| 68 | 68 | ||
| 69 | 69 | ||
| @@ -74,10 +74,23 @@ Install the package: | |||
| 74 | autoreconf --force --install | 74 | autoreconf --force --install |
| 75 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers | 75 | ./configure --prefix=/usr --sysconfdir=/etc --disable-sanitizers |
| 76 | make | 76 | make |
| 77 | # make install | 77 | make install |
| 78 | ``` | 78 | ``` |
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | ## Examples | ||
| 82 | |||
| 83 | The following invocation | ||
| 84 | |||
| 85 | ```bash | ||
| 86 | i3lock-extended -f -L -n -S 32 -c 000000 -F 000000 -O 00FF00 -B 7f7f7f -R 7f7f7f -G 7f7f7f -D -E | ||
| 87 | ``` | ||
| 88 | |||
| 89 | produces the following result: | ||
| 90 | |||
| 91 |  | ||
| 92 | |||
| 93 | |||
| 81 | ## Support and contributing | 94 | ## Support and contributing |
| 82 | 95 | ||
| 83 | i3lock-extended is hosted on GitHub: https://github.com/blackm0re/i3lock-extended | 96 | i3lock-extended is hosted on GitHub: https://github.com/blackm0re/i3lock-extended |
