{"id":20260895,"url":"https://github.com/CreativeCodeCat/siji","last_synced_at":"2025-05-07T14:30:29.500Z","repository":{"id":141108490,"uuid":"307054642","full_name":"CreativeCodeCat/siji","owner":"CreativeCodeCat","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-19T08:59:31.000Z","size":96,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-03T22:57:16.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CreativeCodeCat.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-10-25T08:24:57.000Z","updated_at":"2022-01-19T08:59:33.000Z","dependencies_parsed_at":"2023-10-04T08:29:57.325Z","dependency_job_id":null,"html_url":"https://github.com/CreativeCodeCat/siji","commit_stats":null,"previous_names":["hecodes2much/siji","creativecodecat/siji"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Fsiji","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Fsiji/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Fsiji/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CreativeCodeCat%2Fsiji/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CreativeCodeCat","download_url":"https://codeload.github.com/CreativeCodeCat/siji/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895463,"owners_count":21821164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T11:22:56.316Z","updated_at":"2025-05-07T14:30:29.177Z","avatar_url":"https://github.com/CreativeCodeCat.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Siji\n\nSiji is an iconic bitmap font based on the Stlarch font with additional glyphs.\n\nIt inherits additional glyphs from Sm4tik xbm icon pack, Lokaltog Symbols font, xbm-icon font, Uushi font, FontAwesome, and Tewi font with personal additions.\n\nSiji is built on top of Stlarch, so your existing stlarch unicode values will **just work**.\n\nSiji is a **Work In Progress**, so more glyphs will be added over the time.\n\n![Siji](preview.png \"Preview of Siji\")\n\n## What's the difference between Stlarch and Siji ?\n\n- Siji comes with **215 new glyphs**, selectively ported from other fonts and xbm icons with personal additions.\n- Increased letter spacing.\n- Properly centered glyphs.\n\n## Installation\n\n### Arch Linux\n\n[PKGBUILD](https://aur.archlinux.org/packages/siji-git) by [brandon99](https://github.com/brandon099)\n\n### CRUX\n\n[CRUX port](http://dl.z3bra.org/crux/v3.2/siji-font/) by [z3bra](http://z3bra.org/)\n\n### Others\n\nClone this repo and `cd` into the siji directory:\n\n```sh\ngit clone https://github.com/stark/siji \u0026\u0026 cd siji\n```\n\nThen run the installer script with `./install.sh`.\n\nBy default Siji will be installed in your `$HOME/.fonts` directory, it will be created if the directory is non-existent.\n\nIf you wish to install Siji in another directory then run the `install.sh` script with the `-d` flag and specify the font directory as an argument.\n\n**Example:**\n\n```sh\n./install.sh -d ~/.fonts\n```\n\n## How to get the glyph codes ?\n\nInstall `xfd`:\n\n### Arch Linux\n```\nsudo pacman -S xorg-xfd\n```\n\n### Debian\n```\nsudo apt-get install x11-utils\n```\n\n### Fedora\n```\nsudo dnf install xorg-x11-apps\n```\n\nAfter installing `xfd` run the `view.sh` script:\n\n```sh\n./view.sh\n```\n\n## Using Siji with other programs:\n\nAs long as the program allows to set a fallback font, Siji will work.\n\nExamples of using Siji with some programs:\n\n### Dwm\n\n```C\nstatic const char font[] = \"-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1\" \",\"  /* For Iconic Glyphs */\n                           \"-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1\";                   /* For Normal Text */\n```\n\n### Dmenu\n\n```sh\ndmenu -fn '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1','-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1'\n```\n\n### Lemonbar\n\n```sh\nlemonbar -p -f '-*-tamsyn-medium-r-normal-*-12-*-*-*-*-*-*-1' -f '-wuncon-siji-medium-r-normal--10-100-75-75-c-80-iso10646-1'\n```\n\n## TODO\n\n- [ ] More Glyphs!\n- [ ] Adding glyphs of different sizes.\n- [ ] Improving glyph alignment.\n- [ ] Creating small and large version of siji.\n\n## Credits\n\nA Big Thanks to the following Authors for their spectacular work which made Siji possible:\n\n**Sm4tik** for sm4tik xbm icon pack\n\n**Stlarch** for stlarch font\n\n**Sunaku** for sm4tik font\n\n**Lokaltog** for symbols font\n\n**w0ng** for xbm icon font\n\n**Dave Gandy** for FontAwesome\n\n**Lucy** for Tewi font\n\n**Phallus** for Lemon and Uushi font\n\n## License\n\nSiji is licensed under GPLv2.\n\nSee `LICENSE` file for copyright details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreativeCodeCat%2Fsiji","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCreativeCodeCat%2Fsiji","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreativeCodeCat%2Fsiji/lists"}