Skip to content

Commit 08b407b

Browse files
committed
Add icon for AC mode
1 parent 66e0910 commit 08b407b

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
@@ -167,7 +167,7 @@ main()
167167
if [ -z "$bat_stat" ]; then # Test if status is empty or not
168168
echo "$bat_label $bat_perc"
169169
elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percent, only AC power
170-
echo ""
170+
echo " AC"
171171
else
172172
echo "$bat_label$bat_stat $bat_perc"
173173
fi

0 commit comments

Comments
 (0)