Created
July 1, 2024 10:48
-
-
Save lucian303/be25a889fdb7f1642b68d8577bd6fd59 to your computer and use it in GitHub Desktop.
popos-power-workaround.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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