Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gstk committed Mar 26, 2015
1 parent ae19e3c commit 82f0c98
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Expand Up @@ -8,21 +8,21 @@ Siji is a **Work In Progress**, so more glyphs will be added over the time.

##What's the difference between Stlarch and Siji ?

- Sijicon comes with **215 new glyphs**, selectively ported from other fonts and xbm icons.
- Siji comes with **215 new glyphs**, selectively ported from other fonts and xbm icons with personal additions.
- Increased letter spacing.
- Properly centered glyphs.

##How to get the glyph codes ?

Install `xorg-xfd` and then open up a terminal or a program launcher and type:

`xfd -fn -*-siji-*-*-*-*-*-*-*-*-*-*-*-*`
`xfd -fn -wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1`

There are three pages of glyphs in xfd if you launch it without providing any `rows` or `columns` argument so please don't forget to **Click Next** in xfd for viewing more glyphs.

If you would like to view all the glyphs without having to click next then use the following command:
If you would like to view all the glyphs at the same time without having to click next then use the following command:

`xfd -rows 19 -columns 34 -fn -*-siji-*-*-*-*-*-*-*-*-*-*-*-*`
`xfd -rows 19 -columns 34 -fn -wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1`

##Using Siji with other programs:

Expand All @@ -33,20 +33,20 @@ Examples of using Siji with the some programs:
**Dwm**

```
static const char font[] = "-*-siji-medium-r-*-*-10-*-*-*-*-*-iso10646-1" "," /* For Iconic Glyphs */
"-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1"; /* For Normal Text */
static const char font[] = "-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1" "," /* For Iconic Glyphs */
"-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1"; /* For Normal Text */
```

**Dmenu**

```
dmenu -fn '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1','-*-siji-medium-r-*-*-10-*-*-*-*-*-iso10646-1'
dmenu -fn '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1','-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1'
```

**Bar**

```
bar -p -f '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1','-*-siji-medium-r-*-*-10-*-*-*-*-*-iso10646-1'
bar -p -f '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1','-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1'
```

##TODO
Expand Down

0 comments on commit 82f0c98

Please sign in to comment.