diff options
-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. |