From cb5bb868d784d7b4f79669acf33c377500b5d36c Mon Sep 17 00:00:00 2001 From: bvr-yr <130279855+bvr-yr@users.noreply.github.com> Date: Sun, 7 Apr 2024 20:09:36 +0300 Subject: [PATCH] hyprlock: add reload options to Image (#570) * hyprlock: add reload options to Image * typo --- pages/Hypr Ecosystem/hyprlock.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 690a439..1ba4d91 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -103,6 +103,8 @@ image { border_size = 4 border_color = rgb(221, 221, 221) rotate = 0 # degrees, counter-clockwise + reload_time = -1 # seconds between reloading, 0 to reload with SIGUSR2 + reload_cmd = # command to get new path. if empty, old path will be used. don't run "follow" commands like tail -F position = 0, 200 halign = center @@ -211,4 +213,4 @@ Worth noting: ## User Signals - `SIGUSR1` - unlocks hyprlock. For example, you can switch to a another tty and run `pkill -USR1 hyprlock`. -- `SIGUSR2` - updates labels. See above. +- `SIGUSR2` - updates labels and images. See above.