Difference between revisions of "Polybar"

From NixOS Wiki
Jump to: navigation, search
(cli too)
m (Edit the path to example configuration file.)
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 -c ~/.config/polybar/example example</code>
+
You can copy the example configation from <code>/nix/store/<hash>-polybar-<version>/share/doc/polybar/examples/config.ini</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:17, 2 April 2024

Getting started

You can copy the example configation from /nix/store/<hash>-polybar-<version>/share/doc/polybar/examples/config.ini 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