Polybar: Difference between revisions

From NixOS Wiki
imported>Raboof
(explain how to get started with polybar on nixos)
 
imported>Srid
(config path changed)
Line 1: Line 1:
== 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/example</code> and launch with <code>polybar example</code>
You can copy the example configation from <code>/nix/store/<hash>-polybar-<version>/share/doc/polybar/config</code> to <code>~/.config/polybar/example</code> and launch with <code>polybar example</code>


This default config requires the icon font 'siji' which can be installed as documented on [Fonts]
This default config requires the icon font 'siji' which can be installed as documented on [Fonts]

Revision as of 19:45, 20 November 2021

Getting started

You can copy the example configation from /nix/store/<hash>-polybar-<version>/share/doc/polybar/config to ~/.config/polybar/example and launch with polybar example

This default config requires the icon font 'siji' which can be installed as documented on [Fonts]

Configuration

See the upstream docs for further configuration options