dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1af08948bacf61d18b27f956fdbad504e8710b73
parent 2562b8b82a4fe42f58260be9a069e227156bd64f
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sat,  9 Oct 2021 12:02:30 +0200

dwmblock-battery: add space after icon

Diffstat:
Mscripts/dwmblock-battery | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/dwmblock-battery b/scripts/dwmblock-battery @@ -5,7 +5,7 @@ case "$BUTTON" in esac status="$(battery | tac | tr -d '\n' | sed ' - s/Charging/⚡/; + s/Charging/⚡ /; /Discharging[01][0-9]$/s/Discharging/‼ /; s/Discharging/🔋 /; s/Not charging/⛔/;