From 99c06954a7a1b0ceac61c3c48f9adc17bebf841f Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 18 Jan 2026 16:24:34 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b141c9..7d352d5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ A lightweight, per-monitor screen saver for Hyprland that automatically dims inactive displays and instantly restores them on focus. Required packets + +Arch ``` sudo pacman -S jq - +``` + +Debian / Ubuntu +``` +sudo apt install jq +``` + +Fedora +``` +sudo dnf install jq +```