From 0aa3d4ad96b8d145b9cdb14aa8868a2be74258b1 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin Date: Sat, 18 Feb 2023 23:10:14 +0100 Subject: [PATCH] Add redshift --- .config/bootstrap/config | 1 + .config/bootstrap/config_common | 1 + .config/i3/config_common | 1 + .config/redshift/redshift.conf | 14 ++++++++++++++ README.md | 1 + 5 files changed, 18 insertions(+) create mode 100644 .config/redshift/redshift.conf diff --git a/.config/bootstrap/config b/.config/bootstrap/config index 322b684..82c63ec 100644 --- a/.config/bootstrap/config +++ b/.config/bootstrap/config @@ -30,6 +30,7 @@ polybar powerline-fonts python-pip python-pygments +redshift rofi rsync signal-desktop diff --git a/.config/bootstrap/config_common b/.config/bootstrap/config_common index 322b684..82c63ec 100644 --- a/.config/bootstrap/config_common +++ b/.config/bootstrap/config_common @@ -30,6 +30,7 @@ polybar powerline-fonts python-pip python-pygments +redshift rofi rsync signal-desktop diff --git a/.config/i3/config_common b/.config/i3/config_common index 2f9350a..2ae556d 100644 --- a/.config/i3/config_common +++ b/.config/i3/config_common @@ -73,6 +73,7 @@ exec thunderbird exec signal-desktop exec telegram-desktop exec obsidian +exec --no-startup-id redshift-gtk # fetch keys from HSM exec --no-startup-id gpg --card-status diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf new file mode 100644 index 0000000..c638a4d --- /dev/null +++ b/.config/redshift/redshift.conf @@ -0,0 +1,14 @@ +[redshift] +temp-day=5700 +temp-night=3500 +brightness=1.0 +gamma=0.8 +; Brutal +fade=0 + +location-provider=manual + +; This is Compiegne +[manual] +lat=49.41794 +lon=2.82606 \ No newline at end of file diff --git a/README.md b/README.md index 943ab25..bf02dd7 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ In brief this is the classic Arch/i3 combo with : * [Rofi](https://github.com/DaveDavenport/rofi), a full-customizable app launcher * Automatic login (drives are encrypted) * Automatic backups +* Blue light reducer at night * A fancy lock screen, with optional hibernation, either triggered by hotkey or when there is no activity for X minutes * ZSH with Oh My ZSH * Mappings to control ALSA volume from dedicated keyboards buttons, to play/plause players compatible with MPRIS D-Bus Interface spec