summaryrefslogtreecommitdiff
path: root/.config/eww/scripts
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-17 10:06:28 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-09-17 10:06:28 +0300
commitab88e2581f40fb03d7771def4689608fd5c21577 (patch)
treee6649b7cd2682d98286ba816f9d29bec949afcf4 /.config/eww/scripts
parent82d37c4becc502bcd791e9c236a4b0ba141c6288 (diff)
eww: Fix typo in battery script
Diffstat (limited to '.config/eww/scripts')
-rwxr-xr-x.config/eww/scripts/battery2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/battery b/.config/eww/scripts/battery
index a1c551c..baeaa45 100755
--- a/.config/eww/scripts/battery
+++ b/.config/eww/scripts/battery
@@ -25,7 +25,7 @@ fi
{
printf 'percentage=%s\nicon=' $cap
- if [ $status = Charing ]; then
+ if [ $status = Charging ]; then
echo "󰂄"
elif [ $cap -ge 90 ]; then
echo "󰁹"