From d1fbe4aa46b683dd8b6c3efe463467f0e915d06d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 17 Jan 2023 03:16:59 +0300 Subject: [PATCH] added gamma settings... Signed-off-by: Alex A. Naanou --- post-install | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/post-install b/post-install index be36aa9..4933ade 100755 --- a/post-install +++ b/post-install @@ -416,6 +416,17 @@ function feature-bashctrl(){ ( ) } +# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +function feature-gamma(){ + @ mkdir -p ~/work/EXTERNAL/ + @ cd ~/work/EXTERNAL/ + if ! [ -d bashctrl ] ; then + @ git clone https://github.com/zb3/gnome-gamma-tool + fi + @ cd gnome-gamma-tool/ + @ ./gnome-gamma-tool.py -g 1.15 +} + # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - function feature-far(){ @ sudo dnf copr enable polter/far2l