Skip to content

mxkrsv/siji-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siji-ng

A fixed and maintained Siji iconic bitmap font.

Contributions are welcome

Siji-ng

Differences from Siji:

  • Build correct OTB font => support in modern apps.
  • New icons: dwm_centeredmaster, dwm_centeredfloatingmaster, gentoo, docker.
  • New repository structure, new build system, releases => easier to package.
  • More hopefully coming soon.

Installation

Packaging status

Requirements:

  • python3
  • bdftopcf
git clone https://github.com/begss/siji-ng && cd siji-ng && make install

How to get all glyphs

#!/bin/bash

codes="0 1 2 3 4 5 6 7 8 9 a b c d e f"

for code0 in $codes; do
	for code1 in $codes; do
		for code2 in $codes; do
			printf "e$code0$code1$code2 - \ue$code0$code1$code2\n"
		done
	done
done

TODO

  • More Glyphs!
  • Adding glyphs of different sizes.
  • Improving glyph alignment.
  • Creating small and large version of Siji.

Credits

stark for Siji.

wrkzk for dwm_centeredmaster, dwm_centeredfloatingmaster and gentoo icons.

the-papi for docker icon.

Dimitar Zhekov for bdf to otb convertation scripts.

Sm4tik for sm4tik xbm icon pack.

Stlarch for stlarch font.

Sunaku for sm4tik font.

Lokaltog for symbols font.

w0ng for xbm icon font.

Dave Gandy for FontAwesome.

Lucy for Tewi font.

Phallus for Lemon and Uushi font.