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 9238769 commit 23b86f0Copy full SHA for 23b86f0
scripts/battery.sh
@@ -181,7 +181,7 @@ main()
181
182
if [ -z "$bat_stat" ]; then # Test if status is empty or not
183
echo "$bat_label $bat_perc"
184
- elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percentage, only AC power
+ elif [ -z "$bat_perc" ]; then # In case it is a desktop with no battery percent, only AC power
185
echo "$no_bat_label"
186
else
187
echo "$bat_label$bat_stat $bat_perc"
0 commit comments