An open API service indexing awesome lists of open source software.

https://github.com/biscgit/battery-neofetch

Neofetch config with custom battery bar and ascii art
https://github.com/biscgit/battery-neofetch

bash linux neofetch-configuration

Last synced: 8 months ago
JSON representation

Neofetch config with custom battery bar and ascii art

Awesome Lists containing this project

README

          

# Battery-Neofetch

Fully compatible neofetch configuration with custom scripted
battery and color bar.

example


badge
badge

## Features

Why this is more than just a simple neofetch configuration:

### Battery bar

Draining Battery

bar

Below 30%

bar

Below 20%

bar

Below 10%

bar

Charging

bar

Full and plugged in

bar

Disabled

bar

Battery not found

bar

### Bottom bar

Colorful Pacman themed bar
bar

### Other

- Planet ASCII-art with colorful stars
- Extendable with own configs

## How to install

Open a bash prompt and execute the code below.
It will create a backup of your current neofetch config.

```shell
git clone https://github.com/Biscgit/battery-neofetch.git
cd battery-neofetch
chmod +x install.sh
./install.sh
```

**NOTE: install.sh is a WIP**

Check installation by typing `neofetch` into the command prompt and switch the Distro Icon to your preferred one.
> [!IMPORTANT]
> You need to have Nerdfonts installed on your machine.

Finally, you can configure the settings in the configuration file as your needs fit.

> [!NOTE]
> If "Battery error" shows up on running `neofetch`,
> check if the correct battery has been selected in the configuration file.

## ToDo's

- [x] Battery bar icons
- [x] Fix bar when battery charge is limited
- [ ] Create simple install script
- [x] Make example images better looking
- [ ] Option to make stars the same color as the battery bar

## Thank you

Feel free to submit suggestions!

(No warranties on anything provided, run at your own risk.)

badge