💥 hypr(scripts, shell): fix night light scripts, add color-shell config warnings

This commit is contained in:
retrozinndev
2025-04-28 15:18:32 -03:00
parent d5277ac864
commit 637ceae686
9 changed files with 22 additions and 10 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ fi
output="$XDG_CONFIG_HOME/hypr/hyprsunset.conf"
temperature=$(hyprctl hyprsunset temperature)
gamma=$(hyprctl hyprsunset gamma)
temperature=$(hyprctl hyprsunset temperature || 6000)
gamma=$(hyprctl hyprsunset gamma || 100)
printf "temperature = %d\ngamma = %d" "$temperature" "$gamma" > $output