dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 0c8cd9bc5e0632c719044ef8c5112663a4ce008c
parent 0ec9a361483e4fa1a4e50768a516b4534508ccc0
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Mar 2019 09:36:03 +0100

Use blank color during charge

Diffstat:
Mlinks/.config/i3/i3scripts/i3battery | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/links/.config/i3/i3scripts/i3battery b/links/.config/i3/i3scripts/i3battery @@ -28,7 +28,7 @@ if [ "$capacity" -le 20 ]; then fi if [[ "$status" = "Charging" ]] || [[ "$powerdraw" = " 0W" ]]; then - color="#FFF" + color="" powerdraw="" fi