Difference between revisions of "Polybar"

From NixOS Wiki
Jump to: navigation, search
(config path changed)
(cli too)
Line 1: Line 1:
 
== 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/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 -c ~/.config/polybar/example 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:46, 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 -c ~/.config/polybar/example 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