ppd-status 137 B

1234567
  1. #!/usr/bin/env bash
  2. #
  3. #A script to show current power profile
  4. current_profile=$(/usr/bin/powerprofilesctl get)
  5. echo "$current_profile"