Skip to content

Commit 23b86f0

Browse files
committed
fix comment
1 parent 9238769 commit 23b86f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/battery.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ main()
181181

182182
if [ -z "$bat_stat" ]; then # Test if status is empty or not
183183
echo "$bat_label $bat_perc"
184-
elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percentage, only AC power
184+
elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percent, only AC power
185185
echo "$no_bat_label"
186186
else
187187
echo "$bat_label$bat_stat $bat_perc"

0 commit comments

Comments
 (0)