diff options
author | Schark <jordan@schark.online> | 2023-12-05 21:55:16 -0800 |
---|---|---|
committer | Schark <jordan@schark.online> | 2023-12-05 21:55:16 -0800 |
commit | eeddeba558bebca73db94980efc7adbe21779769 (patch) | |
tree | 41f7e9ca60f302e9c845b2dd47379827bda139e4 /README.md | |
parent | 40decbd7692d9c08ed25ad3e39b16af084c8be44 (diff) | |
download | scripts-eeddeba558bebca73db94980efc7adbe21779769.tar.gz scripts-eeddeba558bebca73db94980efc7adbe21779769.zip |
Adding laptop scripts
Diffstat (limited to '')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -28,6 +28,20 @@ TODO: allow directories to be passed in `./random-music $NUM_OF_SONGS` +## battery-life + +Grabs remaining battery life on laptops, using acpi. + +`./battery-life` + +## adjust-brightness + +Changes the brightness value of a screen, intended use being laptops. + +TODO: Pass through directory as to not be hardcoded + +`./adjust-brightness $+/- + ## backup.py Creates file copies on another drive and an external server. |