From e9775748604141f261a729acf3adb805277811a7 Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 14 Apr 2025 18:19:34 -0400 Subject: [PATCH] handle brightness --- config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config b/config index b138290..87f8415 100644 --- a/config +++ b/config @@ -28,6 +28,12 @@ interval=once signal=10 color=#D699B6 +[brightness] +command=brightnessctl | sed -n 2p | cut -d '(' -f 2 | cut -d ')' -f 1 +label=󰳲 +interval=once +signal=20 + [pkgs] command=apt-get -q -y --ignore-hold --allow-change-held-packages --allow-unauthenticated -s dist-upgrade | /bin/grep ^Inst | wc -l interval=43200