diff options
author | Danny Holman <dholman@gymli.xyz> | 2021-08-24 14:37:39 -0500 |
---|---|---|
committer | Danny Holman <dholman@gymli.xyz> | 2021-08-24 14:37:39 -0500 |
commit | 6020a08cb74785fbd6d48dbecf13427efa7f30f1 (patch) | |
tree | 3e724d3003b6509eb81fb12e3062c1711638c555 | |
parent | Update to new GPG key in muttrc (diff) | |
download | dotfiles-6020a08cb74785fbd6d48dbecf13427efa7f30f1.tar.gz dotfiles-6020a08cb74785fbd6d48dbecf13427efa7f30f1.tar.zst dotfiles-6020a08cb74785fbd6d48dbecf13427efa7f30f1.zip |
Add brightness display to i3blocks
Diffstat (limited to '')
-rw-r--r-- | .i3blocks.conf | 5 |
1 files changed, 5 insertions, 0 deletions
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 |