diff --git a/README.org b/README.org index 8ccd0ed..37da258 100644 --- a/README.org +++ b/README.org @@ -60,7 +60,7 @@ exit 1 elif ! command -v xrandr &> /dev/null then - echo -ne "\e[1mxrandr\e[0m was not found, are you using X.Org?" + echo -ne "\e[1mxrandr\e[0m was not found, are you running the X.Org Server?" exit 1 fi #+END_SRC diff --git a/nightlight b/nightlight index 51fd100..e09f42c 100755 --- a/nightlight +++ b/nightlight @@ -18,7 +18,7 @@ then exit 1 elif ! command -v xrandr &> /dev/null then - echo -ne "\e[1mxrandr\e[0m was not found, are you using X.Org?" + echo -ne "\e[1mxrandr\e[0m was not found, are you running the X.Org Server?" exit 1 fi