Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit 493ac14

Browse files
authored
Fixed formatting
Fixed readme formatting
1 parent b19bccd commit 493ac14

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Laptop-powersave-scripts
2-
This is a script made to improve battery life on linux laptops.
2+
This is a script made to improve battery life on linux laptops. </br>
33
It allows to switch between cpu power usage modes in the bash terminal.
44

55
# Usage
6-
Execute the script with superuser privileges (it's required to unlock more power governors and for switching between cpu usage modes)
7-
Type the name of the mode you wish to choose and hit enter.
8-
In the options menu you can switch to an extended mode that shows even more cpu power usage modes.
6+
Execute the script with superuser privileges (it's required to unlock more power governors and for switching between cpu usage modes) </br>
7+
Type the name of the mode you wish to choose and hit enter. </br>
8+
In the options menu you can switch to an extended mode that shows even more cpu power usage modes. </br>
99

1010
Basic modes include:
11-
Performance mode - Sets the CPU clock speeds to max, regardless of the load
12-
Power saving mode - Sets the CPU clock speeds to minimum, regardless of the load
13-
Gradual scaling (ondemand) - Sets the CPU clock speeds depending on the load.
11+
Performance mode - Sets the CPU clock speeds to max, regardless of the load </br>
12+
Power saving mode - Sets the CPU clock speeds to minimum, regardless of the load </br>
13+
Gradual scaling (ondemand) - Sets the CPU clock speeds depending on the load. </br>
1414

15-
You can also input your desired mode as a parameter when executing the script to bypass the GUI entirely.
15+
You can also input your desired mode as a parameter when executing the script to bypass the GUI entirely. </br>
1616

1717
# Required packages
1818
Cpufreq-utils

0 commit comments

Comments
 (0)