dotfiles/polybar/README.md
Freyja Wildes 856d3c0ccf [i3][polybar] Common .xinitrc to start i3, documentation and polybar configuration
- .xinitrc is setup to be generic enough to be used on all machines
- We use Polybar. Base configuration with first theme _desert_
- Add README files to document use and configuration of specifics on
  systems
2025-06-04 06:32:21 +02:00

26 lines
683 B
Markdown

# Polybar
Polybar configuration, including color themes, modules,…
The project is still a work in progress (WIP) and structure will change as needed for my setup. A main constraint is to make it easy to unify look and feel between the two main computers I use which are a bit different in setup and hardware (laptop vs desktop, bluetooth or not,…)
## Bars
## Theme
The current theme can easily be switch by including a file from the directory `theme`.
A theme file must contain the following entries :
```
[colors]
background =
foreground =
foreground-alt =
urgent =
alert-background =
alert-foreground =
warning =
function-background =
function-foreground =
```