nerd-font-icons: Nerd Font Icons for use in haskell

[ graphics, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

The `Graphics.Icons.NerdFont` module simplifies using Nerd Fonts Icons in your Haskell source code by providing constants for the icon code points.


[Skip to Readme]

Modules

  • Graphics
    • Icons
      • Graphics.Icons.NerdFont

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.20.0.0 && <4.21) [details]
License MIT
Author Alexander 'ccntrq' Pankoff
Maintainer ccntrq@screenri.de
Category Graphics
Home page https://github.com/ccntrq/nerd-fonts-icons-hs
Source repo head: git clone https://github.com/ccntrq/nerd-fonts-icons-hs
Uploaded by ccntrq at 2025-03-31T10:46:26Z
Distributions Stackage:0.1.0.0
Downloads 4 total (4 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-03-31 [all 2 reports]

Readme for nerd-font-icons-0.1.0.0

[back to package description]

nerd-font-icons

Nerd Fonts Icons for use in Haskell

A library for using NerdFonts Icons in Haskell Source code.

Usage

Import the module and use the icons in your strings.

import qualified Graphics.Icons.NerdFonts as NF

memInfo :: String ->  String
memInfo memUsedPercent = NF.mdMemory <> " " <> memUsedPercent <> "%"

Autocompletion and this Cheat Sheet are useful to find the icons you want.

Requirements

Requires a patched font to properly display the icons.

You can find more info on how to patch your own fonts here

Info

The module is generated from the Nerd Fonts Repo using this shell script.


Based on Nerd Fonts Version: v3.3.0