Polybar: Difference between revisions
imported>Raboof explain how to get started with polybar on nixos |
m Add category window managers and desktop environment |
||
(3 intermediate revisions by 2 users 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/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]] |