Skip to content

Commit

Permalink
Corrected information for v16
Browse files Browse the repository at this point in the history
  • Loading branch information
nan0s7 committed Jun 23, 2018
1 parent 3729499 commit 6f38bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ So you want to use my script, huh? Well lucky for you it's pretty easy. But befo
1. If not... well you're probably looking in the wrong place - sorry... D:
2. Most Linux distributions have them in the repositories. Go have a look. If you don't know where bash is, it is probably your default Terminal shell anyway. Open your **F**avourite **T**erminal **A**pplication or **E**mulator (**FTAE**) and type `bash --version`. _Please be aware that if you use the 304 or 340 glx driver versions, my script will more than likely not work! (will be fixed someday, I promise)_
3. See "automating this script" below if you want it always running in the background. If you want to use it whenever you want, you can just run the script by typing "./temp.sh" into your **FTAE** when you're in the directory you've put my script. If you literally just downloaded it it'll be in your Downloads folder... duh!
4. I'd like to consider my script as being well-commented so if you're game then jump right in by opening my script in your favourite text editor. For **versions 6 through 11**, you may want to have a look at the line that defines the `CURVE` variable; where in the following example, a is the desired temperature you'd like the upper bound to be for changing the fan speed, and b is the fan-speed-percentage you want the fans to be running at: `["a"]="b"`. Also, I've written the script in such a way that you can have as many tempurature and fan-speed-percentage pairs as you like; just make sure they're all seperated by a space. For **versions 12 through 14** I've split the array into `fcurve` and `tcurve` (fan and temperature respectively) to make things slightly easier. Make sure that the two arrays are of the same length, though. Otherwise everything I said before still applies. For **versions 15 and above** I've made a seperate config file called _config.txt_ that contains all the editable variables.
4. I'd like to consider my script as being well-commented so if you're game then jump right in by opening my script in your favourite text editor. For **versions 6 through 11**, you may want to have a look at the line that defines the `CURVE` variable; where in the following example, a is the desired temperature you'd like the upper bound to be for changing the fan speed, and b is the fan-speed-percentage you want the fans to be running at: `["a"]="b"`. Also, I've written the script in such a way that you can have as many tempurature and fan-speed-percentage pairs as you like; just make sure they're all seperated by a space. For **versions 12 through 14** I've split the array into `fcurve` and `tcurve` (fan and temperature respectively) to make things slightly easier. Make sure that the two arrays are of the same length, though. Otherwise everything I said before still applies. For **version 15** I've made a seperate config file called _config.txt_ that contains all the editable variables. For **versions 16 and above** I adjusted the structure and renamed config.txt to _config.sh_ to make it easier and neater.

## automating this script
You're going to have to make a .desktop file (copy the code below). Also, place my script (temp.sh) somewhere safe but somewhere that you know where it is and makes sense. I usually put it somewhere in my home folder.
Expand Down

0 comments on commit 6f38bc3

Please sign in to comment.