- Improve monitor.conf formatting for clarity.

- Updated HDR test logic to specify Wayland requirement.
- Fixed README setup instructions for creating a symlink.
This commit is contained in:
2025-09-23 14:47:01 +01:00
parent aa21f61808
commit d8294b3530
3 changed files with 20 additions and 12 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash
_VERSION=1.2.1.0
_VERSION=1.2.1.1
CONFIG_PATH="$HOME/.config/hdr-helper/"
CONFIG_FILE="$CONFIG_PATH/monitor.conf"
CURR_BRIGHT_LVL_PATH="/tmp/hdr-helper/"
@@ -70,7 +70,8 @@ if [[ $HDR_CONTEXT == *"incapable"* ]]; then
echo "❌ HDR capabilities are either disabled or not supported on your current display."
echo ""
echo "Please check the correct display is configured in monitor.conf and that"
echo "HDR is both supported and enabled."
echo "HDR is both supported and enabled. Wayland is required as X11 does not have"
echo "any support for HDR."
echo ""
elif [[ $HDR_CONTEXT == *"enabled"* || *"disabled"* ]]; then
echo "✅ HDR capabilities are supported on your current display."