Skip to content

Commit

Permalink
Readme.md: Updated CRUX port's URL and some minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
stark committed May 13, 2016
1 parent e2617ba commit 95369af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Siji is a **Work In Progress**, so more glyphs will be added over the time.

### CRUX

[CRUX port](http://crux.z3bra.org/ports/siji-font/) by [z3bra](http://git.z3bra.org/)
[CRUX port](http://dl.z3bra.org/crux/v3.2/siji-font/) by [z3bra](http://z3bra.org/)

### Others

Expand Down Expand Up @@ -77,20 +77,20 @@ As long as the program allows to set a fallback font, Siji will work.

Examples of using Siji with some programs:

#### Dwm
### Dwm

```C
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

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

#### Lemonbar
### Lemonbar

```sh
lemonbar -p -f '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1' -f '-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1'
Expand Down

0 comments on commit 95369af

Please sign in to comment.