We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e0910 commit 08b407bCopy full SHA for 08b407b
scripts/battery.sh
@@ -167,7 +167,7 @@ main()
167
if [ -z "$bat_stat" ]; then # Test if status is empty or not
168
echo "$bat_label $bat_perc"
169
elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percent, only AC power
170
- echo ""
+ echo " AC"
171
else
172
echo "$bat_label$bat_stat $bat_perc"
173
fi
0 commit comments