From 6020a08cb74785fbd6d48dbecf13427efa7f30f1 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Tue, 24 Aug 2021 14:37:39 -0500 Subject: Add brightness display to i3blocks --- .i3blocks.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.i3blocks.conf b/.i3blocks.conf index 9fce72f..39fc597 100644 --- a/.i3blocks.conf +++ b/.i3blocks.conf @@ -16,6 +16,11 @@ LABEL=VOL MIXER=default interval=1 +[brightness] +command=~/bin/brightness +LABEL=BRT +interval=1 + [cpu] command=~/bin/cpu_usage LABEL=CPU -- cgit v1.2.3