update README

This commit is contained in:
Denis Lehmann 2021-07-16 02:57:23 +02:00
parent 316ee44827
commit fb243cb517

View File

@ -1,4 +1,7 @@
* huepaper - a colorful wallpaper generator * huepaper - a colorful wallpaper generator
:PROPERTIES:
:CUSTOM_ID: huepaper
:END:
#+caption: Logo #+caption: Logo
[[./images/logo.png]] [[./images/logo.png]]
@ -8,8 +11,14 @@
You can find [[#examples][examples]] below. You can find [[#examples][examples]] below.
** Installation ** Installation
:PROPERTIES:
:CUSTOM_ID: installation
:END:
*** Nix *** Nix
:PROPERTIES:
:CUSTOM_ID: nix
:END:
This project is a [[https://nixos.wiki/wiki/Flakes][Nix Flake]]. This project is a [[https://nixos.wiki/wiki/Flakes][Nix Flake]].
If you have a recent version of the [[https://nixos.org/][Nix package manager]] installed and flakes are enabled, run huepaper like this: If you have a recent version of the [[https://nixos.org/][Nix package manager]] installed and flakes are enabled, run huepaper like this:
@ -21,6 +30,9 @@
Global installation can be done by including this flake in your flaked NixOS configuration as always :) Global installation can be done by including this flake in your flaked NixOS configuration as always :)
*** Legacy *** Legacy
:PROPERTIES:
:CUSTOM_ID: legacy
:END:
Execute the following steps to run huepaper: Execute the following steps to run huepaper:
@ -36,6 +48,9 @@
#+end_example #+end_example
** Usage ** Usage
:PROPERTIES:
:CUSTOM_ID: usage
:END:
#+begin_example text #+begin_example text
usage: huepaper [-h] [-s SIZE] [-c COLOR] [-p] [-o OUTPUT] [-l [LINES]] [-lb [LINES_BRIGHT]] [-ld [LINES_DARK]] [-P [PIXELATE]] [-e EMBLEM] [-hue HUE] [-smin SMIN] usage: huepaper [-h] [-s SIZE] [-c COLOR] [-p] [-o OUTPUT] [-l [LINES]] [-lb [LINES_BRIGHT]] [-ld [LINES_DARK]] [-P [PIXELATE]] [-e EMBLEM] [-hue HUE] [-smin SMIN]
@ -82,6 +97,9 @@
If you want an offset, e.g. put it in the left bottom corner, provide an emblem file with the size of the huepaper, transparent background and your emblem in the bottom left corner. If you want an offset, e.g. put it in the left bottom corner, provide an emblem file with the size of the huepaper, transparent background and your emblem in the bottom left corner.
** Examples ** Examples
:PROPERTIES:
:CUSTOM_ID: examples
:END:
Please note, that every huepaper call generates a new random image. Please note, that every huepaper call generates a new random image.
You will never get the same huepaper twice. You will never get the same huepaper twice.