Polybar: Difference between revisions
Appearance
imported>Srid cli too |
m Add category window managers and desktop environment |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[https://github.com/polybar/polybar/wiki Polybar] is a fast and easy-to-use status bar. | |||
== Getting started == | == Getting started == | ||
You can copy the example configation from <code>/nix/store/<hash>-polybar-<version>/share/doc/polybar/config</code> to <code>~/.config/polybar/ | You can copy the example configation from <code>/nix/store/<hash>-polybar-<version>/share/doc/polybar<ins>/examples</ins>/config.ini</code> to <code>~/.config/polybar/config.ini</code> and launch with <code>polybar -c ~/.config/polybar/config.ini example</code> | ||
This default | This default configuration requires the icon font 'siji' which can be installed as documented on [Fonts] | ||
== Configuration == | == Configuration == | ||
See the [https://github.com/polybar/polybar/wiki/Configuration upstream docs] for further configuration options | See the [https://github.com/polybar/polybar/wiki/Configuration upstream docs] for further configuration options | ||
[[Category:Window managers]] | |||
[[Category:Desktop environment]] |
Latest revision as of 05:26, 18 May 2025
Polybar is a fast and easy-to-use status bar.
Getting started
You can copy the example configation from /nix/store/<hash>-polybar-<version>/share/doc/polybar/examples/config.ini
to ~/.config/polybar/config.ini
and launch with polybar -c ~/.config/polybar/config.ini example
This default configuration requires the icon font 'siji' which can be installed as documented on [Fonts]
Configuration
See the upstream docs for further configuration options