
- .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
26 lines
683 B
Markdown
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 =
|
|
|
|
```
|