aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bc04af123f9847aa75515d86a6010a0d3b262de1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
These are my person dotfiles. 

When possible, the color scheme will be [Flexoki](https://stephango.com/flexoki).

## Program Configurations
- dunst
- mpd
- neovim
- zathura
- 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. 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.