updated readme

This commit is contained in:
Vaxry 2022-07-04 19:23:03 +02:00 committed by GitHub
parent 7b87336d45
commit e15912e981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ Hyprpaper is a blazing fast wallpaper utility for Hyprland with the ability to d
git clone https://github.com/hyprwm/hyprpaper
make all
```
*the output binary will be in `./build/`*
*the output binary will be in `./build/`, copy it to your PATH, e.g. `/usr/bin`*
# Usage
@ -25,7 +25,7 @@ wallpaper = monitor,/path/to/image.png
# .. more monitors
```
Preload will tell Hyprland to load a particular image. Wallpaper will apply the wallpaper to the selected output (`monitor` is the monitor's name, easily can be retrieved with `hyprctl monitors`)
Preload will tell Hyprland to load a particular image (supported formats: png, jpg, jpeg). Wallpaper will apply the wallpaper to the selected output (`monitor` is the monitor's name, easily can be retrieved with `hyprctl monitors`)
A Wallpaper ***cannot*** be applied without preloading. The config is ***not*** reloaded dynamically.
@ -35,4 +35,4 @@ You can use `hyprctl hyprpaper` (if on Hyprland) to issue a keyword, for example
hyprctl hyprpaper wallpaper DP-1,~/Pictures/myepicpng.png
```
For other compositors, the socket works like socket1 of Hyprland, and is located in `/tmp/hypr/.hyprpaper.sock` (this path only when Hyprland is not running!)
For other compositors, the socket works like socket1 of Hyprland, and is located in `/tmp/hypr/.hyprpaper.sock` (this path only when Hyprland is not running!)