From 0bd64e921552cf62c0b06790ef27efde312fdc81 Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Sat, 14 Jan 2023 22:10:18 -0600 Subject: [PATCH] fixed brightness controls --- config.def.h | 4 ++-- config.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.def.h b/config.def.h index 2fb23c1..5917459 100644 --- a/config.def.h +++ b/config.def.h @@ -88,8 +88,8 @@ static const char *screenshot[] = { "flameshot","gui", NULL }; static const char *files[] = { "pcmanfm", NULL }; static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL }; static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL }; -static const char *brightup[] = { "brightnessctl", "set", "+15", NULL }; -static const char *brightdown[] = { "brightnessctl", "set", "15-", NULL }; +static const char *brightup[] = { "brightnessctl", "set", "+10%", NULL }; +static const char *brightdown[] = { "brightnessctl", "set", "10%-", NULL }; #include "shift-tools.c" diff --git a/config.h b/config.h index 2fb23c1..5917459 100644 --- a/config.h +++ b/config.h @@ -88,8 +88,8 @@ static const char *screenshot[] = { "flameshot","gui", NULL }; static const char *files[] = { "pcmanfm", NULL }; static const char *qpost[] = { "/home/chrono/.config/rofi/scripts/qpost.sh", NULL }; static const char *pulsemixer[] = { "alacritty","--class","pulsemixer","-e","pulsemixer",NULL }; -static const char *brightup[] = { "brightnessctl", "set", "+15", NULL }; -static const char *brightdown[] = { "brightnessctl", "set", "15-", NULL }; +static const char *brightup[] = { "brightnessctl", "set", "+10%", NULL }; +static const char *brightdown[] = { "brightnessctl", "set", "10%-", NULL }; #include "shift-tools.c"