Skip to content

Commit

Permalink
bat.d/dell tlp-stat -b: show charge_types attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
linrunner committed Oct 28, 2024
1 parent 6959e9d commit 91a7eab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bat.d/65-dell
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@ batdrv_show_battery_data () {
if [ "$_bm_thresh" = "natacpi" ]; then
printf "%-59s = %6s [%%]\n" "$_bf_start" "$(batdrv_read_threshold start 1)"
printf "%-59s = %6s [%%]\n" "$_bf_stop" "$(batdrv_read_threshold stop 1)"
printparm "%-59s = ##%s## [%%]" "$_bd_read/charge_types" "not available"
printf "\n"
fi

Expand Down

0 comments on commit 91a7eab

Please sign in to comment.