diff options
author | foswret <foswret@posteo.com> | 2025-07-02 11:21:23 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-07-02 11:21:23 -0500 |
commit | f903ab58636a690c1711376bd31222102ec1ac3f (patch) | |
tree | 9a267670a17b351dc91ab496fe1fa31114af9821 | |
parent | 0ae98568e89c7792b0433e5bb450c6706562eb71 (diff) |
created README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d8fe73 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +These are my person dotfiles. + +## Scripts +- `battery.sh`: script specifically designed to average the percentages of multiple batteries. Uses `acpi` to query battery percentages. I use this in my `dwmblocks` configuration. |