From 770f298be647deb4fd87031b8089e4c4b0e43133 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 10 Aug 2025 17:10:24 +0530 Subject: Script changes for system --- scripts/commands/:gamma | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/commands/:gamma') diff --git a/scripts/commands/:gamma b/scripts/commands/:gamma index 2b2a1f8..be11946 100755 --- a/scripts/commands/:gamma +++ b/scripts/commands/:gamma @@ -6,6 +6,5 @@ else r=${1:-'1'}; g=${2:-'1'}; b=${3:-'1'}; fi; -notify-send "Setting gamma to ($r, $g, $b)"; xrandr --output eDP-1 --brightness 1 --gamma $r:$g:$b -- cgit v1.3.1