From a8ea2df6218662ed45b1fd782e684d2ee333bb9e Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Wed, 25 Nov 2020 03:44:45 +0100 Subject: [PATCH] modify inner document link --- README.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4058d42..8ccd0ed 100644 --- a/README.org +++ b/README.org @@ -10,7 +10,7 @@ ** Usage - 1. Make sure the [[*Requirements][requirements]] are fulfilled + 1. Make sure the [[#requirements][requirements]] are fulfilled 2. Obtain your location code from [[https://weather.codes/search/][here]] and paste it into the script 3. Get the IDs of your displays with =xrandr --listmonitors= and paste them into the script 4. (Optionally) set the fading window which specifies the amount of minutes in which the screen is dimmed @@ -39,6 +39,9 @@ #+END_SRC ** Requirements + :PROPERTIES: + :CUSTOM_ID: requirements + :END: - [[https://www.gnu.org/software/wget/][Wget]] :: Used for getting sunrise and sunset times - [[https://www.gnu.org/software/bc/][bc]] :: Used for floating point calculations