diff options
author | foswret <foswret@posteo.com> | 2025-07-11 17:08:05 -0500 |
---|---|---|
committer | foswret <foswret@posteo.com> | 2025-07-11 17:08:05 -0500 |
commit | d6e183e00177fb6e0f043f36ace82e52358f21b8 (patch) | |
tree | 3a21e8db30a0098e246998168ae90263c3697b12 /README.md | |
parent | e0da88ef0fe1e9a2aef6b095e56a84a3dae33845 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,5 +10,5 @@ When possible, the color scheme will be [Flexoki](https://stephango.com/flexoki) - Xresources ## 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. -- `dotfiles.sh`: syncs all my configuration files to my `dotfiles` local mirror, commits changes, and pushes. Configured to my system, but it is easy to configure to your personal needs. +- `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. Requires a patched [Nerd Font](https://www.nerdfonts.com/) to display icons. +- `dotfiles.sh`: syncs all my configuration files to my `dotfiles` local mirror with `rsync`, commits changes, and pushes. Configured to my system, but it is easy to configure to your personal needs. |