[icons] Add OpenMoji icons for my orgmode Agenda
This commit is contained in:
parent
418f138c76
commit
6b1a085421
7 changed files with 16 additions and 0 deletions
8
private_dot_icons/emacs/README.md
Normal file
8
private_dot_icons/emacs/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# OpenMoji Icons for my Emacs Agenda file
|
||||
|
||||
See [my spacemacs
|
||||
configuration](https://git.bascht.space/bascht/dotfiles/src/branch/master/dot_spacemacs.d/public/org-config.el#L313-L319)
|
||||
for more details.
|
||||
The icons in this folder are released under [CC-BY-SA
|
||||
4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
||||
Check out https://openmoji.org
|
BIN
private_dot_icons/emacs/calendar-16x16.png
Normal file
BIN
private_dot_icons/emacs/calendar-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 941 B |
BIN
private_dot_icons/emacs/customer-16x16.png
Normal file
BIN
private_dot_icons/emacs/customer-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
rm *png
|
||||
convert "/tmp/openmoji/2714.png[24x]" todo-16x16.png
|
||||
convert "/tmp/openmoji/1F3ED.png[24x]" customer-16x16.png
|
||||
convert "/tmp/openmoji/1F5C3.png[24x]" generic-folder-16x16.png
|
||||
convert "/tmp/openmoji/1F9D1.png[24x]" person-16x16.png
|
||||
convert "/tmp/openmoji/1F5D3.png[24x]" calendar-16x16.png
|
BIN
private_dot_icons/emacs/generic-folder-16x16.png
Normal file
BIN
private_dot_icons/emacs/generic-folder-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
private_dot_icons/emacs/person-16x16.png
Normal file
BIN
private_dot_icons/emacs/person-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
private_dot_icons/emacs/todo-16x16.png
Normal file
BIN
private_dot_icons/emacs/todo-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 807 B |
Loading…
Reference in a new issue