commit 54e9bc5d5a9ac5ad015a7634779b9a25c4a6d859 parent 0a0d9a3b348de1b1d8fd8b5cf3fecd59ec9c4286 Author: hhvn <dev@haydenvh.com> Date: Sat, 13 Mar 2021 15:41:23 +0000 .s/c/eyes: computin' without style Diffstat:
A | .scripts/custom/eyes | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/.scripts/custom/eyes b/.scripts/custom/eyes @@ -0,0 +1,8 @@ +#!/bin/sh +# reverse of sunglasses + +pkill redshift +xrandr --output HDMI2 --brightness 1.15 +xrandr --output VGA1 --brightness 1.15 +sleep 3 +nohup redshift &