A clean and minimal configuration for btop, managed using GNU Stow.
This directory contains my customized btop setup, including theme overrides and the main configuration file.
btop/
├── .config/
│ └── btop/
│ ├── themes/ # Custom themes
│ └── btop.conf # Main configuration
From your dotfiles root directory (e.g. ~/Dotfiles):
stow btopThis creates symlinks in your home directory as:
~/.config/btop -> Dotfiles/btop/.config/btop
To remove the symlink:
stow -D btop- You can modify or add themes inside
themes/. - After updating the configuration, reload btop to apply changes.
- Edit
btop.confto change colors, layout, CPU graphs, update intervals, and more. - Place any custom
.themefiles inside thethemesdirectory.