docs: add notes about nerd fonts

Resolves #558
This commit is contained in:
Jake Stanger 2024-05-23 21:58:07 +01:00
parent 63ca68988f
commit 7d191065fc
No known key found for this signature in database
GPG Key ID: C51FC8F9CB0BEA61
3 changed files with 8 additions and 0 deletions

View File

@ -59,6 +59,10 @@ Ironbar is designed to support anything from a lightweight bar to a full desktop
[![Packaging status](https://repology.org/badge/vertical-allrepos/ironbar.svg)](https://repology.org/project/ironbar/versions)
Ironbar can be installed from source or using your preferred package manager.
It is also recommended to install a [Nerd Font](https://www.nerdfonts.com/#home) for displaying symbols.
### Cargo
[crate](https://crates.io/crates/ironbar)

View File

@ -9,6 +9,8 @@ cargo build --release
install target/release/ironbar ~/.local/bin/ironbar
```
It is also recommended to install a [Nerd Font](https://www.nerdfonts.com/#home) for displaying symbols.
## Build requirements
To build from source, you must have GTK (>= 3.22) and GTK Layer Shell installed.

View File

@ -9,6 +9,8 @@ If you want to see some ready-to-go config files check
the [examples folder](https://github.com/JakeStanger/ironbar/tree/master/examples)
and the example pages in the sidebar.
The examples make use of [Nerd Fonts](https://www.nerdfonts.com/#home) for displaying symbols.
## 1. Create config file
The config file lives inside the `ironbar` directory in your XDG_CONFIG_DIR, which is usually `~/.config/ironbar`.