From bf55f79092f7fbef787d437672d824ecd5b025b6 Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 14 Oct 2023 16:38:11 +0900 Subject: [PATCH] Correcting readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c474c2..94ba678 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ GUI wallpaper setter for Wayland and Xorg window managers. It works as a fronten - Works on both Wayland (with `swww` or `swaybg` or `wallutils`) and Xorg (with `feh` or `wallutils`) - Restores wallpaper at launch of your WM - Caching for fast loading +- Translated in en, fr, de, ru, pl ## Installation @@ -60,7 +61,7 @@ To restore your wallpaper at launch, add `waypaper --restore` to your startup co `exec waypaper --restore` - To see the list of hotkeys, press `?`. +To see the list of hotkeys, press `?`. ### Options @@ -72,6 +73,8 @@ To restore your wallpaper at launch, add `waypaper --restore` to your startup co `--fill XXX` - specifies filling type, which can be eiher `fill`, `stretch`, `fit`, `center`, or `tile`. +If you wish to change language, change `laguage` variable in `.config/waypaper/config.ini` file. Supported options are `en`, `de`, `fr`, `ru`, `pl`. + ## Troubleshooting - If wallpaper does not change, first, try to launch waypaper in the terminal and see the output. Also, try to change it via command line using chosen backend to make sure that backend by itself works correctly.