Scheduling Night Mode for Better Screen Viewing
INTRODUCTION
This is a bash script code that helps the user schedule an automated night mode. It automatically reduces blue light emission from your screen at night by adjusting display color temperature.
#!/bin/bash
CONFIG_FILE="$HOME/.nightmode.co...
mercebube.hashnode.dev2 min read