Repository Overview

Repository Information

Last Commit Details

Name Last commit message Last commit date
README.md docs(examples): replace with new minimal and desktop configs 8 months ago
config.corn fix(examples): wrong battery detection logic in some config files 5 months ago
config.json fix(examples): wrong battery detection logic in some config files 5 months ago
config.toml fix(examples): wrong battery detection logic in some config files 5 months ago
config.yaml fix(examples): wrong battery detection logic in some config files 5 months ago
style.css fix(minimal theme): sliders not visible 4 months ago

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 fix(minimal theme): sliders not visible Jake Stanger 4 months ago
738885b fix(examples): wrong battery detection logic in some config files purrion 5 months ago
91e1897 fix: CSS style issues on minimal theme with no gtk theme (#1281) esther 6 months ago
aeef5bb docs(examples): replace with new minimal and desktop configs Jake Stanger 8 months ago