## Repository Overview

### Repository Information
- **Repository**: [JakeStanger/ironbar](https://github.com/JakeStanger/ironbar)
- **Path**: examples/minimal

### Last Commit Details
| Name | Last commit message | Last commit date |
| --- | --- | --- |
| [README.md](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/README.md) | [docs(examples): replace with new `minimal` and `desktop` configs](/content/r/github.com/JakeStanger/ironbar/-/commit/aeef5bbaa0bc469d302b5f5ab530ae13e509d562/index.html) | [8 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/aeef5bbaa0bc469d302b5f5ab530ae13e509d562/index.html) |
| [config.corn](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/config.corn) | [fix(examples): wrong battery detection logic in some config files](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) | [5 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) |
| [config.json](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/config.json) | [fix(examples): wrong battery detection logic in some config files](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) | [5 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) |
| [config.toml](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/config.toml) | [fix(examples): wrong battery detection logic in some config files](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) | [5 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) |
| [config.yaml](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/config.yaml) | [fix(examples): wrong battery detection logic in some config files](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) | [5 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) |
| [style.css](/content/r/github.com/JakeStanger/ironbar/-/blob/examples/minimal/style.css) | [fix(minimal theme): sliders not visible](/content/r/github.com/JakeStanger/ironbar/-/commit/83e872885924f5c53d8c42791451c59632e9ec4a/index.html) | [4 months ago](/content/r/github.com/JakeStanger/ironbar/-/commit/83e872885924f5c53d8c42791451c59632e9ec4a/index.html) |

### Minimal Theme

A basic bar suited to classic tiling WM workflows.

Included modules:
- **Start**: `workspaces`
- **Center**: `focused`
- **End**: `battery`, `sys_info`, `tray`, `clock`

> 
> - The `battery` module is automatically hidden if no battery is detected.
> - The `sys_info` module shows CPU and memory usage percentages.

The included stylesheet provides a dark theme with monospace font, including the barebones essentials for the included modules only.

## Usage

This configuration is baked into Ironbar and can be used out of the box:

```
ironbar --config minimal
```

It is also possible to use the provided theme with another configuration:

```
ironbar --theme minimal
```

Alternatively, copy the config file of your preferred format, and the `style.css` into `~/.config/ironbar`. These will be loaded automatically and provide a template to make your own changes.

> 
> This is the default Ironbar configuration.
> If no valid config file exists, ironbar will fall back to loading this.

### Recent Commit Highlights
| Commit ID | Message | Author | Date |
| --- | --- | --- | --- |
| [83e8728](/content/r/github.com/JakeStanger/ironbar/-/commit/83e872885924f5c53d8c42791451c59632e9ec4a/index.html) | fix(minimal theme): sliders not visible | Jake Stanger | 4 months ago |
| [738885b](/content/r/github.com/JakeStanger/ironbar/-/commit/738885b11bdbf728e58e534d1895d82099f4e5c5/index.html) | fix(examples): wrong battery detection logic in some config files | purrion | 5 months ago |
| [91e1897](/content/r/github.com/JakeStanger/ironbar/-/commit/91e1897629000ef094f17f7ccd580115d7cef44e/index.html) | fix: CSS style issues on minimal theme with no gtk theme (#1281) | esther | 6 months ago |
| [aeef5bb](/content/r/github.com/JakeStanger/ironbar/-/commit/aeef5bbaa0bc469d302b5f5ab530ae13e509d562/index.html) | docs(examples): replace with new `minimal` and `desktop` configs | Jake Stanger | 8 months ago |
