Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lucian303/be25a889fdb7f1642b68d8577bd6fd59 to your computer and use it in GitHub Desktop.
Save lucian303/be25a889fdb7f1642b68d8577bd6fd59 to your computer and use it in GitHub Desktop.
popos-power-workaround.sh
#! /bin/bash
end=$((SECONDS+70))
while [ $SECONDS -lt $end ]; do
system76-power profile performance
system76-power profile performance
echo 1515 | sudo tee /sys/class/backlight/intel_backlight/brightness
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment