Añade fuentes, oh-my-zsh, dunst, termite

This commit is contained in:
drymer 2017-01-27 12:57:17 +00:00
parent 08ac665d81
commit 3562b6a685
90 changed files with 52670 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
i3/scripts/weather
emacs.d/private-literate.org
/i3/scripts/weather
/emacs.d/private-literate.org

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "powerlevel9k"]
path = shell/zsh_custom_themes/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git

4
compton.conf Normal file
View File

@ -0,0 +1,4 @@
opacity-rule = [
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"80:class_g = 'Emacs'"
];

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
fonts/Inconsolata-Bold.ttf Normal file

Binary file not shown.

Binary file not shown.

BIN
fonts/ProFontWindows.ttf Normal file

Binary file not shown.

BIN
fonts/misc/drift.pcf Normal file

Binary file not shown.

7
fonts/misc/fonts.dir Normal file
View File

@ -0,0 +1,7 @@
6
drift.pcf drift
noxis.pcf noxis
terminalpants.pcf -ppants-terminalpants-medium-r-normal--12-120-75-75-c-60-iso8859-1
terminusicons.pcf -xos4-terminus2-medium-r-normal--12-120-72-72-c-60-iso8859-1
terminusicons2.pcf -xos4-terminusicons2-medium-r-normal--12-120-72-72-c-60-iso8859-1
terminusicons2mono.bdf -xos4-terminusicons2mono-medium-r-normal--12-120-72-72-m-60-iso8859-1

BIN
fonts/misc/noxis.pcf Normal file

Binary file not shown.

5133
fonts/misc/terminalpants.bdf Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,77 @@
Ohsnap is a monospaced bitmap font based on Artwiz Snap (http://artwizaleczapka.sourceforge.net/).
There are ISO8859-1 versions, versions with status icons, consolefonts and I started working on ISO10646-1 versions. All have bold too.
There are four sizes now: 6x11, 7x12, 6x13 and 7x14.
each size has 8 fonts, for example:
ohsnap6x11r.pcf (6x11 medium iso8859-1)
ohsnap6x11b.pcf (6x11 bold iso8859-1)
ohsnap6x11r.icons.pcf (6x11 medium with status icons)
ohsnap6x11b.icons.pcf (6x11 bold with status icons)
ohsnapu6x11r.pcf (6x11 medium iso10646-1)
ohsnapu6x11b.pcf (6x11 bold iso10646-1)
ohsnap6x11r.psfu (6x11 medium consolefont)
ohsnap6x11b.psfu (6x11 bold consolefont)
You can use xfontsel to get the full names.
To install manually system-wide, copy the .pcf files to /usr/share/fonts/local and the .psfu files to /usr/share/kbd/consolefonts.
Then do:
sudo fc-cache -fs
sudo mkfontscale /usr/share/fonts/local
sudo mkfontdir /usr/share/fonts/local
And make sure you have something like this in your .xinitrc:
xset +fp /usr/share/fonts/local
xset fp rehash
I would recommend trying to use the ISO10646-1 versions first and use the ISO8859-1 versions as fallback.
To use the ISO10646-1:
-*-ohsnapu-medium-r-normal-*-11-*-*-*-*-*-*-*
-*-ohsnapu-bold-r-normal-*-11-*-*-*-*-*-*-*
For the ISO8859-1:
-*-ohsnap-medium-r-normal-*-11-*-*-*-*-*-*-*
-*-ohsnap-bold-r-normal-*-11-*-*-*-*-*-*-*
The icon versions have status "icons" that I drew into the font. The inspiration for the icons came from lokaltog (https://github.com/Lokaltog) and his post in the dwm
(http://dwm.suckless.org) hackers thread on the Arch Linux forums (https://bbs.archlinux.org/viewtopic.php?pid=724236#p724236).
To use the icon versions:
-*-ohsnap.icons-medium-r-normal-*-11-*-*-*-*-*-*-*
-*-ohsnap.icons-bold-r-normal-*-11-*-*-*-*-*-*-*
You can use xfd to view the font. (xfd -fn -misc-ohsnap.icons-medium-r-normal--11-79-100-100-c-60-iso8859-1)
From a terminal, you can do something like:
echo -e '\xB7' to display a clock icon for example and then copy the output to a script or your config.h.
You can also use pcf2bdf to convert the .pcf fonts to .bdf and then use gbdfed (http://sofia.nmsu.edu/~mleisher/Software/gbdfed/) to view and edit the font.
To convert from .pcf to .bdf: (pcf2bdf -o ohsnap6x11r.bdf ohsnap6x11r.pcf).
Then use bdftopcf to convert it back: (bdftopcf -o ohsnap6x11r.pcf ohsnap6x11r.bdf).
Reinstall.
You can check out the ohsnap thread on the forums (https://bbs.archlinux.org/viewtopic.php?id=130562&p=1) for screenshots and discussion.
A better solution for icons (at least for dwm, which I originally made these for) might be to use stlarch_font (https:sourceforge.net/projects/stlarch_font/).
See the README.stlarch for more info.
To try the consolefont, you can do: setfont ohsnap6x11r for example. See your distros documentation for a more permanent solution.
Created by stlarch (stlarchie@gmail.com)
Released under GPLv2 license. (http://www.gnu.org/licenses/gpl-2.0.html)
Changes in version 1.7.5: Added consolefonts and ISO10646-1 versions and dropped the 8x15 and 8x17 sizes.
Changes in version 1.7.6: Fixes.
Changes in version 1.7.7: A few more fixes to the 6x11 bold.
Changes in version 1.7.8: A couple fixes to the iso10646-1 versions.
Changes in version 1.7.9: Added a new size, 6x13, and a few other changes, mainly to the 7x14.
Changes in version 1.8.0: Fixed the mapping table on the consolefonts.

25
fonts/ohsnap/fonts.dir Normal file
View File

@ -0,0 +1,25 @@
24
ohsnap6x11b.icons.pcf -misc-ohsnap.icons-bold-r-normal--11-79-100-100-c-60-iso8859-1
ohsnap6x11b.pcf -misc-ohsnap-bold-r-normal--11-79-100-100-c-60-iso8859-1
ohsnap6x11r.icons.pcf -misc-ohsnap.icons-medium-r-normal--11-79-100-100-c-60-iso8859-1
ohsnap6x11r.pcf -misc-ohsnap-medium-r-normal--11-79-100-100-c-60-iso8859-1
ohsnap6x13b.icons.pcf -misc-ohsnap.icons-bold-r-normal--13-120-75-75-c-60-iso8859-1
ohsnap6x13b.pcf -misc-ohsnap-bold-r-normal--13-120-75-75-c-60-iso8859-1
ohsnap6x13r.icons.pcf -misc-ohsnap.icons-medium-r-normal--13-120-75-75-c-60-iso8859-1
ohsnap6x13r.pcf -misc-ohsnap-medium-r-normal--13-120-75-75-c-60-iso8859-1
ohsnap7x12b.icons.pcf -misc-ohsnap.icons-bold-r-normal--12-87-100-100-c-70-iso8859-1
ohsnap7x12b.pcf -misc-ohsnap-bold-r-normal--12-87-100-100-c-70-iso8859-1
ohsnap7x12r.icons.pcf -misc-ohsnap.icons-medium-r-normal--12-87-100-100-c-70-iso8859-1
ohsnap7x12r.pcf -misc-ohsnap-medium-r-normal--12-87-100-100-c-70-iso8859-1
ohsnap7x14b.icons.pcf -misc-ohsnap.icons-bold-r-normal--14-101-100-100-c-70-iso8859-1
ohsnap7x14b.pcf -misc-ohsnap-bold-r-normal--14-101-100-100-c-70-iso8859-1
ohsnap7x14r.icons.pcf -misc-ohsnap.icons-medium-r-normal--14-101-100-100-c-70-iso8859-1
ohsnap7x14r.pcf -misc-ohsnap-medium-r-normal--14-101-100-100-c-70-iso8859-1
ohsnapu6x11b.pcf -misc-ohsnapu-bold-r-normal--11-79-100-100-c-60-iso10646-1
ohsnapu6x11r.pcf -misc-ohsnapu-medium-r-normal--11-79-100-100-c-60-iso10646-1
ohsnapu6x13b.pcf -misc-ohsnapu-bold-r-normal--13-120-75-75-c-60-iso10646-1
ohsnapu6x13r.pcf -misc-ohsnapu-medium-r-normal--13-120-75-75-c-60-iso10646-1
ohsnapu7x12b.pcf -misc-ohsnapu-bold-r-normal--12-87-100-100-c-70-iso10646-1
ohsnapu7x12r.pcf -misc-ohsnapu-medium-r-normal--12-87-100-100-c-70-iso10646-1
ohsnapu7x14b.pcf -misc-ohsnapu-bold-r-normal--14-101-100-100-c-70-iso10646-1
ohsnapu7x14r.pcf -misc-ohsnapu-medium-r-normal--14-101-100-100-c-70-iso10646-1

1
fonts/ohsnap/fonts.scale Normal file
View File

@ -0,0 +1 @@
0

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,19 @@
18
ter-powerline-x12b.pcf -xos4-terminesspowerline-bold-r-normal--12-120-72-72-c-60-iso10646-1
ter-powerline-x12n.pcf -xos4-terminesspowerline-medium-r-normal--12-120-72-72-c-60-iso10646-1
ter-powerline-x14b.pcf -xos4-terminesspowerline-bold-r-normal--14-140-72-72-c-80-iso10646-1
ter-powerline-x14n.pcf -xos4-terminesspowerline-medium-r-normal--14-140-72-72-c-80-iso10646-1
ter-powerline-x16b.pcf -xos4-terminesspowerline-bold-r-normal--16-160-72-72-c-80-iso10646-1
ter-powerline-x16n.pcf -xos4-terminesspowerline-medium-r-normal--16-160-72-72-c-80-iso10646-1
ter-powerline-x18b.pcf -xos4-terminesspowerline-bold-r-normal--18-180-72-72-c-100-iso10646-1
ter-powerline-x18n.pcf -xos4-terminesspowerline-medium-r-normal--18-180-72-72-c-100-iso10646-1
ter-powerline-x20b.pcf -xos4-terminesspowerline-bold-r-normal--20-200-72-72-c-100-iso10646-1
ter-powerline-x20n.pcf -xos4-terminesspowerline-medium-r-normal--20-200-72-72-c-100-iso10646-1
ter-powerline-x22b.pcf -xos4-terminesspowerline-bold-r-normal--22-220-72-72-c-110-iso10646-1
ter-powerline-x22n.pcf -xos4-terminesspowerline-medium-r-normal--22-220-72-72-c-110-iso10646-1
ter-powerline-x24b.pcf -xos4-terminesspowerline-bold-r-normal--24-240-72-72-c-120-iso10646-1
ter-powerline-x24n.pcf -xos4-terminesspowerline-medium-r-normal--24-240-72-72-c-120-iso10646-1
ter-powerline-x28b.pcf -xos4-terminesspowerline-bold-r-normal--28-280-72-72-c-140-iso10646-1
ter-powerline-x28n.pcf -xos4-terminesspowerline-medium-r-normal--28-280-72-72-c-140-iso10646-1
ter-powerline-x32b.pcf -xos4-terminesspowerline-bold-r-normal--32-320-72-72-c-160-iso10646-1
ter-powerline-x32n.pcf -xos4-terminesspowerline-medium-r-normal--32-320-72-72-c-160-iso10646-1

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

7
fonts/tewi/fonts.dir Normal file
View File

@ -0,0 +1,7 @@
6
tewi-bold-11.bdf -lucy-tewi-bold-r-normal--11-90-75-75-m-60-iso10646-1
tewi-normal-11.bdf -lucy-tewi-medium-r-normal--11-90-75-75-m-60-iso10646-1
tewi2a-bold-11.bdf -lucy-tewi2a-bold-r-normal--11-90-75-75-m-60-iso10646-1
tewi2a-normal-11.bdf -lucy-tewi2a-medium-r-normal--11-90-75-75-m-60-iso10646-1
tewifw-bold-11.bdf -lucy-tewifw-bold-r-normal--11-90-75-75-m-60-iso10646-1
tewifw-normal-11.bdf -lucy-tewifw-medium-r-normal--11-90-75-75-m-60-iso10646-1

1
fonts/tewi/fonts.scale Normal file
View File

@ -0,0 +1 @@
0

5418
fonts/tewi/tewi-bold-11.bdf Normal file

File diff suppressed because it is too large Load Diff

35996
fonts/tewi/tewi-normal-11.bdf Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,392 @@
STARTFONT 2.1
COMMENT Double story a, for use with normal Tewi as a fallback.
COMMENT
COMMENT This file is part of bdf-tewi.
COMMENT
COMMENT Tewi is free software: you can redistribute it and/or modify
COMMENT it under the terms of the GNU General Public License as published by
COMMENT the Free Software Foundation, either version 3 of the License, or
COMMENT (at your option) any later version.
COMMENT
COMMENT Tewi is distributed in the hope that it will be useful,
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
COMMENT GNU General Public License for more details.
COMMENT
COMMENT You should have received a copy of the GNU General Public License
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
COMMENT
COMMENT As a special exception, if you create a document which uses this
COMMENT font, and embed this font or unaltered portions of this font into
COMMENT the document, this font does not by itself cause the resulting
COMMENT document to be covered by the GNU General Public License. This
COMMENT exception does not however invalidate any other reasons why the
COMMENT document might be covered by the GNU General Public License. If you
COMMENT modify this font, you may extend this exception to your version of
COMMENT the font, but you are not obligated to do so. If you do not wish to
COMMENT do so, delete this exception statement from your version.
FONT -lucy-tewi2a-bold-r-normal--11-90-75-75-m-60-ISO10646-1
SIZE 9 75 75
FONTBOUNDINGBOX 6 13 0 -4
STARTPROPERTIES 20
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
FOUNDRY "lucy"
FAMILY_NAME "tewi2a"
WEIGHT_NAME "bold"
SLANT "r"
SETWIDTH_NAME "normal"
ADD_STYLE_NAME ""
PIXEL_SIZE 11
POINT_SIZE 90
RESOLUTION_X 75
RESOLUTION_Y 75
SPACING "m"
AVERAGE_WIDTH 60
CHARSET_REGISTRY "ISO10646"
CHARSET_ENCODING "1"
FONT_ASCENT 9
FONT_DESCENT 3
QUAD_WIDTH 6
_GBDFED_INFO "Edited with gbdfed 1.6."
ENDPROPERTIES
CHARS 23
STARTCHAR LATIN SMALL LETTER A
ENCODING 97
SWIDTH 640 0
DWIDTH 6 0
BBX 5 5 0 0
BITMAP
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH GRAVE
ENCODING 224
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
60
30
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH ACUTE
ENCODING 225
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
30
60
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX
ENCODING 226
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
20
50
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH TILDE
ENCODING 227
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
68
B0
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS
ENCODING 228
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
D8
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE
ENCODING 229
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
20
50
20
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH MACRON
ENCODING 257
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
F8
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH BREVE
ENCODING 259
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
D8
70
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH OGONEK
ENCODING 261
SWIDTH 640 0
DWIDTH 6 0
BBX 6 6 0 -1
BITMAP
70
18
78
D8
78
0C
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CARON
ENCODING 462
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
50
20
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
ENCODING 479
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
F8
00
D8
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
ENCODING 481
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
70
00
20
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
ENCODING 507
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
10
20
50
20
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOUBLE GRAVE
ENCODING 513
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
A0
50
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH INVERTED BREVE
ENCODING 515
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
70
D8
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE
ENCODING 551
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
20
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER TURNED A
ENCODING 592
SWIDTH 640 0
DWIDTH 6 0
BBX 5 5 0 0
BITMAP
F0
D8
F0
C0
70
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING BELOW
ENCODING 7681
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 -3
BITMAP
70
18
78
D8
78
20
50
20
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT BELOW
ENCODING 7841
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 -2
BITMAP
70
18
78
D8
78
00
20
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH HOOK ABOVE
ENCODING 7843
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
20
50
10
20
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
ENCODING 7845
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
48
B0
00
70
18
78
D8
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
ENCODING 7847
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
90
68
00
70
18
78
D8
78
ENDCHAR
ENDFONT

View File

@ -0,0 +1,392 @@
STARTFONT 2.1
COMMENT Double story a, for use with normal Tewi as a fallback.
COMMENT
COMMENT This file is part of bdf-tewi.
COMMENT
COMMENT Tewi is free software: you can redistribute it and/or modify
COMMENT it under the terms of the GNU General Public License as published by
COMMENT the Free Software Foundation, either version 3 of the License, or
COMMENT (at your option) any later version.
COMMENT
COMMENT Tewi is distributed in the hope that it will be useful,
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
COMMENT GNU General Public License for more details.
COMMENT
COMMENT You should have received a copy of the GNU General Public License
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
COMMENT
COMMENT As a special exception, if you create a document which uses this
COMMENT font, and embed this font or unaltered portions of this font into
COMMENT the document, this font does not by itself cause the resulting
COMMENT document to be covered by the GNU General Public License. This
COMMENT exception does not however invalidate any other reasons why the
COMMENT document might be covered by the GNU General Public License. If you
COMMENT modify this font, you may extend this exception to your version of
COMMENT the font, but you are not obligated to do so. If you do not wish to
COMMENT do so, delete this exception statement from your version.
FONT -lucy-tewi2a-medium-r-normal--11-90-75-75-m-60-ISO10646-1
SIZE 9 75 75
FONTBOUNDINGBOX 6 13 0 -4
STARTPROPERTIES 20
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
FOUNDRY "lucy"
FAMILY_NAME "tewi2a"
WEIGHT_NAME "medium"
SLANT "r"
SETWIDTH_NAME "normal"
ADD_STYLE_NAME ""
PIXEL_SIZE 11
POINT_SIZE 90
RESOLUTION_X 75
RESOLUTION_Y 75
SPACING "m"
AVERAGE_WIDTH 60
CHARSET_REGISTRY "ISO10646"
CHARSET_ENCODING "1"
FONT_ASCENT 9
FONT_DESCENT 3
QUAD_WIDTH 6
_GBDFED_INFO "Edited with gbdfed 1.6."
ENDPROPERTIES
CHARS 23
STARTCHAR LATIN SMALL LETTER A
ENCODING 97
SWIDTH 640 0
DWIDTH 6 0
BBX 5 5 0 0
BITMAP
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH GRAVE
ENCODING 224
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
20
10
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH ACUTE
ENCODING 225
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
10
20
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX
ENCODING 226
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
20
50
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH TILDE
ENCODING 227
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
68
B0
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS
ENCODING 228
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
50
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE
ENCODING 229
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
20
50
20
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH MACRON
ENCODING 257
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
F8
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH BREVE
ENCODING 259
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
88
70
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH OGONEK
ENCODING 261
SWIDTH 640 0
DWIDTH 6 0
BBX 6 6 0 -1
BITMAP
70
08
78
88
78
04
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CARON
ENCODING 462
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
50
20
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DIAERESIS AND MACRON
ENCODING 479
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
70
00
50
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON
ENCODING 481
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
70
00
20
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE
ENCODING 507
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
10
20
50
20
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOUBLE GRAVE
ENCODING 513
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
A0
50
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH INVERTED BREVE
ENCODING 515
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
70
88
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT ABOVE
ENCODING 551
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 0
BITMAP
20
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER TURNED A
ENCODING 592
SWIDTH 640 0
DWIDTH 6 0
BBX 5 5 0 0
BITMAP
F0
88
F0
80
70
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH RING BELOW
ENCODING 7681
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 -3
BITMAP
70
08
78
88
78
20
50
20
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH DOT BELOW
ENCODING 7841
SWIDTH 640 0
DWIDTH 6 0
BBX 5 7 0 -2
BITMAP
70
08
78
88
78
00
20
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH HOOK ABOVE
ENCODING 7843
SWIDTH 640 0
DWIDTH 6 0
BBX 5 9 0 0
BITMAP
20
50
10
20
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE
ENCODING 7845
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
48
B0
00
70
08
78
88
78
ENDCHAR
STARTCHAR LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE
ENCODING 7847
SWIDTH 640 0
DWIDTH 6 0
BBX 5 8 0 0
BITMAP
90
68
00
70
08
78
88
78
ENDCHAR
ENDFONT

View File

@ -0,0 +1,531 @@
STARTFONT 2.1
COMMENT This file is part of bdf-tewi.
COMMENT
COMMENT Tewi is free software: you can redistribute it and/or modify
COMMENT it under the terms of the GNU General Public License as published by
COMMENT the Free Software Foundation, either version 3 of the License, or
COMMENT (at your option) any later version.
COMMENT
COMMENT Tewi is distributed in the hope that it will be useful,
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
COMMENT GNU General Public License for more details.
COMMENT
COMMENT You should have received a copy of the GNU General Public License
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
COMMENT
COMMENT As a special exception, if you create a document which uses this
COMMENT font, and embed this font or unaltered portions of this font into
COMMENT the document, this font does not by itself cause the resulting
COMMENT document to be covered by the GNU General Public License. This
COMMENT exception does not however invalidate any other reasons why the
COMMENT document might be covered by the GNU General Public License. If you
COMMENT modify this font, you may extend this exception to your version of
COMMENT the font, but you are not obligated to do so. If you do not wish to
COMMENT do so, delete this exception statement from your version.
FONT -lucy-tewifw-bold-r-normal--11-90-75-75-m-60-ISO10646-1
SIZE 9 75 75
FONTBOUNDINGBOX 12 13 0 -4
STARTPROPERTIES 20
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
FOUNDRY "lucy"
FAMILY_NAME "tewifw"
WEIGHT_NAME "bold"
SLANT "r"
SETWIDTH_NAME "normal"
ADD_STYLE_NAME ""
PIXEL_SIZE 11
POINT_SIZE 90
RESOLUTION_X 75
RESOLUTION_Y 75
SPACING "M"
AVERAGE_WIDTH 60
CHARSET_REGISTRY "ISO10646"
CHARSET_ENCODING "1"
FONT_ASCENT 9
FONT_DESCENT 3
QUAD_WIDTH 12
_GBDFED_INFO "Edited with gbdfed 1.6."
ENDPROPERTIES
CHARS 35
STARTCHAR <control>
ENCODING 0
SWIDTH 1280 0
DWIDTH 12 0
BBX 0 0 0 0
BITMAP
ENDCHAR
STARTCHAR WAVY OVERLINE
ENCODING 65099
SWIDTH 1280 0
DWIDTH 12 0
BBX 11 2 0 6
BITMAP
DDC0
7760
ENDCHAR
STARTCHAR WAVY LOW LINE
ENCODING 65103
SWIDTH 1280 0
DWIDTH 12 0
BBX 11 2 0 -1
BITMAP
DDC0
7760
ENDCHAR
STARTCHAR FULLWIDTH EXCLAMATION MARK
ENCODING 65281
SWIDTH 1280 0
DWIDTH 12 0
BBX 2 8 5 0
BITMAP
C0
C0
C0
C0
C0
C0
00
C0
ENDCHAR
STARTCHAR FULLWIDTH QUOTATION MARK
ENCODING 65282
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 3 3 5
BITMAP
D8
D8
D8
ENDCHAR
STARTCHAR FULLWIDTH NUMBER SIGN
ENCODING 65283
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 8 2 0
BITMAP
1B00
1B00
7F80
3600
3600
FF00
6C00
6C00
ENDCHAR
STARTCHAR FULLWIDTH DOLLAR SIGN
ENCODING 65284
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 9 2 -1
BITMAP
18
7E
DB
D8
7E
1B
DB
7E
18
ENDCHAR
STARTCHAR FULLWIDTH PERCENT SIGN
ENCODING 65285
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 8 2 0
BITMAP
6600
D600
D600
6C00
1B00
3680
6680
6300
ENDCHAR
STARTCHAR FULLWIDTH AMPERSAND
ENCODING 65286
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 8 2 0
BITMAP
3800
6C00
7800
3000
7380
CB00
CE00
7F00
ENDCHAR
STARTCHAR FULLWIDTH APOSTROPHE
ENCODING 65287
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 4 3 4
BITMAP
E0
E0
60
C0
ENDCHAR
STARTCHAR FULLWIDTH LEFT PARENTHESIS
ENCODING 65288
SWIDTH 1280 0
DWIDTH 12 0
BBX 4 10 4 -2
BITMAP
30
60
60
C0
C0
C0
C0
60
60
30
ENDCHAR
STARTCHAR FULLWIDTH RIGHT PARENTHESIS
ENCODING 65289
SWIDTH 1280 0
DWIDTH 12 0
BBX 4 10 4 -2
BITMAP
C0
60
60
30
30
30
30
60
60
C0
ENDCHAR
STARTCHAR FULLWIDTH ASTERISK
ENCODING 65290
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 7 3 0
BITMAP
20
A8
F8
70
F8
A8
20
ENDCHAR
STARTCHAR FULLWIDTH PLUS SIGN
ENCODING 65291
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 7 2 0
BITMAP
18
18
18
FF
18
18
18
ENDCHAR
STARTCHAR FULLWIDTH COMMA
ENCODING 65292
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 4 1 -2
BITMAP
E0
E0
60
C0
ENDCHAR
STARTCHAR FULLWIDTH HYPHEN-MINUS
ENCODING 65293
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 1 1 3
BITMAP
FF80
ENDCHAR
STARTCHAR FULLWIDTH FULL STOP
ENCODING 65294
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 2 1 0
BITMAP
E0
E0
ENDCHAR
STARTCHAR FULLWIDTH SOLIDUS
ENCODING 65295
SWIDTH 1280 0
DWIDTH 12 0
BBX 10 9 1 -2
BITMAP
00C0
0180
0300
0600
0C00
1800
3000
6000
C000
ENDCHAR
STARTCHAR FULLWIDTH DIGIT ZERO
ENCODING 65296
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
DC
DC
F4
F4
E4
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT ONE
ENCODING 65297
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 3 0
BITMAP
30
70
F0
30
30
30
30
FC
ENDCHAR
STARTCHAR FULLWIDTH DIGIT TWO
ENCODING 65298
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
CC
0C
18
30
60
FC
ENDCHAR
STARTCHAR FULLWIDTH DIGIT THREE
ENCODING 65299
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
0C
38
0C
0C
CC
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT FOUR
ENCODING 65300
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
08
18
38
58
D8
FC
08
1C
ENDCHAR
STARTCHAR FULLWIDTH DIGIT FIVE
ENCODING 65301
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
FC
C0
C0
78
0C
0C
CC
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT SIX
ENCODING 65302
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
C0
C0
F8
CC
CC
CC
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT SEVEN
ENCODING 65303
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
FC
0C
0C
18
18
30
30
30
ENDCHAR
STARTCHAR FULLWIDTH DIGIT EIGHT
ENCODING 65304
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
CC
78
CC
CC
CC
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT NINE
ENCODING 65305
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
CC
CC
7C
0C
0C
78
ENDCHAR
STARTCHAR FULLWIDTH COLON
ENCODING 65306
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 6 1 0
BITMAP
E0
E0
00
00
E0
E0
ENDCHAR
STARTCHAR FULLWIDTH SEMICOLON
ENCODING 65307
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 8 1 -2
BITMAP
E0
E0
00
00
E0
E0
60
C0
ENDCHAR
STARTCHAR FULLWIDTH LESS-THAN SIGN
ENCODING 65308
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 9 3 -1
BITMAP
0C
18
30
60
C0
60
30
18
0C
ENDCHAR
STARTCHAR FULLWIDTH EQUALS SIGN
ENCODING 65309
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 4 2 2
BITMAP
FC
00
00
FC
ENDCHAR
STARTCHAR FULLWIDTH GREATER-THAN SIGN
ENCODING 65310
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 9 3 -1
BITMAP
C0
60
30
18
0C
18
30
60
C0
ENDCHAR
STARTCHAR FULLWIDTH QUESTION MARK
ENCODING 65311
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
CC
CC
18
30
30
00
30
ENDCHAR
STARTCHAR FULLWIDTH COMMERCIAL AT
ENCODING 65312
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 8 2 0
BITMAP
3E00
6300
DD80
B580
B580
DB00
6000
3E00
ENDCHAR
ENDFONT

View File

@ -0,0 +1,600 @@
STARTFONT 2.1
COMMENT This file is part of bdf-tewi.
COMMENT
COMMENT Tewi is free software: you can redistribute it and/or modify
COMMENT it under the terms of the GNU General Public License as published by
COMMENT the Free Software Foundation, either version 3 of the License, or
COMMENT (at your option) any later version.
COMMENT
COMMENT Tewi is distributed in the hope that it will be useful,
COMMENT but WITHOUT ANY WARRANTY; without even the implied warranty of
COMMENT MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
COMMENT GNU General Public License for more details.
COMMENT
COMMENT You should have received a copy of the GNU General Public License
COMMENT along with bdf-tewi. If not, see <http://www.gnu.org/licenses/>.
COMMENT
COMMENT As a special exception, if you create a document which uses this
COMMENT font, and embed this font or unaltered portions of this font into
COMMENT the document, this font does not by itself cause the resulting
COMMENT document to be covered by the GNU General Public License. This
COMMENT exception does not however invalidate any other reasons why the
COMMENT document might be covered by the GNU General Public License. If you
COMMENT modify this font, you may extend this exception to your version of
COMMENT the font, but you are not obligated to do so. If you do not wish to
COMMENT do so, delete this exception statement from your version.
FONT -lucy-tewifw-medium-r-normal--11-90-75-75-m-60-ISO10646-1
SIZE 9 75 75
FONTBOUNDINGBOX 12 13 0 -4
STARTPROPERTIES 20
CHARSET_COLLECTIONS "ISO8859-2 ISO8859-5 ISO8859-9 ISO8859-4 ISO10646-1"
COPYRIGHT "© lucy <ne.tetewi@gmail.com>"
FOUNDRY "lucy"
FAMILY_NAME "tewifw"
WEIGHT_NAME "medium"
SLANT "r"
SETWIDTH_NAME "normal"
ADD_STYLE_NAME ""
PIXEL_SIZE 11
POINT_SIZE 90
RESOLUTION_X 75
RESOLUTION_Y 75
SPACING "M"
AVERAGE_WIDTH 60
CHARSET_REGISTRY "ISO10646"
CHARSET_ENCODING "1"
FONT_ASCENT 9
FONT_DESCENT 3
QUAD_WIDTH 12
_GBDFED_INFO "Edited with gbdfed 1.6."
ENDPROPERTIES
CHARS 41
STARTCHAR <control>
ENCODING 0
SWIDTH 1280 0
DWIDTH 12 0
BBX 0 0 0 0
BITMAP
ENDCHAR
STARTCHAR LEFT-POINTING ANGLE BRACKET
ENCODING 9001
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 9 0 -1
BITMAP
08
08
10
10
20
10
10
08
08
ENDCHAR
STARTCHAR RIGHT-POINTING ANGLE BRACKET
ENCODING 9002
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 9 2 -1
BITMAP
80
80
40
40
20
40
40
80
80
ENDCHAR
STARTCHAR WAVE DASH
ENCODING 12316
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 2 2 3
BITMAP
64
98
ENDCHAR
STARTCHAR REVERSED DOUBLE PRIME QUOTATION MARK
ENCODING 12317
SWIDTH 1280 0
DWIDTH 12 0
BBX 4 3 3 4
BITMAP
A0
A0
50
ENDCHAR
STARTCHAR DOUBLE PRIME QUOTATION MARK
ENCODING 12318
SWIDTH 1280 0
DWIDTH 12 0
BBX 4 3 3 4
BITMAP
50
50
A0
ENDCHAR
STARTCHAR LOW DOUBLE PRIME QUOTATION MARK
ENCODING 12319
SWIDTH 1280 0
DWIDTH 12 0
BBX 7 2 0 0
BITMAP
0A
14
ENDCHAR
STARTCHAR WAVY OVERLINE
ENCODING 65099
SWIDTH 1280 0
DWIDTH 12 0
BBX 10 2 0 6
BITMAP
9980
6640
ENDCHAR
STARTCHAR WAVY LOW LINE
ENCODING 65103
SWIDTH 1280 0
DWIDTH 12 0
BBX 10 2 0 -1
BITMAP
9980
6640
ENDCHAR
STARTCHAR FULLWIDTH EXCLAMATION MARK
ENCODING 65281
SWIDTH 1280 0
DWIDTH 12 0
BBX 1 8 5 0
BITMAP
80
80
80
80
80
80
00
80
ENDCHAR
STARTCHAR FULLWIDTH QUOTATION MARK
ENCODING 65282
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 3 4 5
BITMAP
A0
A0
A0
ENDCHAR
STARTCHAR FULLWIDTH NUMBER SIGN
ENCODING 65283
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 8 2 0
BITMAP
12
12
7F
24
24
FE
48
48
ENDCHAR
STARTCHAR FULLWIDTH DOLLAR SIGN
ENCODING 65284
SWIDTH 1280 0
DWIDTH 12 0
BBX 7 9 2 -1
BITMAP
10
7C
92
90
7C
12
92
7C
10
ENDCHAR
STARTCHAR FULLWIDTH PERCENT SIGN
ENCODING 65285
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 8 2 0
BITMAP
62
92
94
68
16
29
49
46
ENDCHAR
STARTCHAR FULLWIDTH AMPERSAND
ENCODING 65286
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 8 2 0
BITMAP
30
48
50
20
57
8A
8C
73
ENDCHAR
STARTCHAR FULLWIDTH APOSTROPHE
ENCODING 65287
SWIDTH 1280 0
DWIDTH 12 0
BBX 2 4 3 4
BITMAP
C0
C0
40
80
ENDCHAR
STARTCHAR FULLWIDTH LEFT PARENTHESIS
ENCODING 65288
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 10 4 -2
BITMAP
20
40
40
80
80
80
80
40
40
20
ENDCHAR
STARTCHAR FULLWIDTH RIGHT PARENTHESIS
ENCODING 65289
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 10 4 -2
BITMAP
80
40
40
20
20
20
20
40
40
80
ENDCHAR
STARTCHAR FULLWIDTH ASTERISK
ENCODING 65290
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 6 3 1
BITMAP
20
A8
70
70
A8
20
ENDCHAR
STARTCHAR FULLWIDTH PLUS SIGN
ENCODING 65291
SWIDTH 1280 0
DWIDTH 12 0
BBX 7 7 2 0
BITMAP
10
10
10
FE
10
10
10
ENDCHAR
STARTCHAR FULLWIDTH COMMA
ENCODING 65292
SWIDTH 1280 0
DWIDTH 12 0
BBX 2 4 1 -2
BITMAP
C0
C0
40
80
ENDCHAR
STARTCHAR FULLWIDTH HYPHEN-MINUS
ENCODING 65293
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 1 1 3
BITMAP
FF80
ENDCHAR
STARTCHAR FULLWIDTH FULL STOP
ENCODING 65294
SWIDTH 1280 0
DWIDTH 12 0
BBX 3 2 0 0
BITMAP
60
60
ENDCHAR
STARTCHAR FULLWIDTH SOLIDUS
ENCODING 65295
SWIDTH 1280 0
DWIDTH 12 0
BBX 9 9 1 -2
BITMAP
0080
0100
0200
0400
0800
1000
2000
4000
8000
ENDCHAR
STARTCHAR FULLWIDTH DIGIT ZERO
ENCODING 65296
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
8C
94
94
A4
A4
C4
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT ONE
ENCODING 65297
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 8 3 0
BITMAP
20
60
A0
20
20
20
20
F8
ENDCHAR
STARTCHAR FULLWIDTH DIGIT TWO
ENCODING 65298
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
84
84
08
10
20
40
FC
ENDCHAR
STARTCHAR FULLWIDTH DIGIT THREE
ENCODING 65299
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
84
04
38
04
04
84
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT FOUR
ENCODING 65300
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
08
18
28
48
88
FC
08
1C
ENDCHAR
STARTCHAR FULLWIDTH DIGIT FIVE
ENCODING 65301
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
FC
80
80
78
04
04
84
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT SIX
ENCODING 65302
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
80
80
F8
84
84
84
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT SEVEN
ENCODING 65303
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
FC
04
08
10
10
20
20
20
ENDCHAR
STARTCHAR FULLWIDTH DIGIT EIGHT
ENCODING 65304
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
84
84
78
84
84
84
78
ENDCHAR
STARTCHAR FULLWIDTH DIGIT NINE
ENCODING 65305
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
84
84
84
7C
04
04
78
ENDCHAR
STARTCHAR FULLWIDTH COLON
ENCODING 65306
SWIDTH 1280 0
DWIDTH 12 0
BBX 2 6 1 0
BITMAP
C0
C0
00
00
C0
C0
ENDCHAR
STARTCHAR FULLWIDTH SEMICOLON
ENCODING 65307
SWIDTH 1280 0
DWIDTH 12 0
BBX 2 8 1 -2
BITMAP
C0
C0
00
00
C0
C0
40
80
ENDCHAR
STARTCHAR FULLWIDTH LESS-THAN SIGN
ENCODING 65308
SWIDTH 1280 0
DWIDTH 12 0
BBX 7 9 1 -1
BITMAP
02
04
08
10
20
10
08
04
02
ENDCHAR
STARTCHAR FULLWIDTH EQUALS SIGN
ENCODING 65309
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 4 2 2
BITMAP
FC
00
00
FC
ENDCHAR
STARTCHAR FULLWIDTH GREATER-THAN SIGN
ENCODING 65310
SWIDTH 1280 0
DWIDTH 12 0
BBX 5 9 3 -1
BITMAP
80
40
20
10
08
10
20
40
80
ENDCHAR
STARTCHAR FULLWIDTH QUESTION MARK
ENCODING 65311
SWIDTH 1280 0
DWIDTH 12 0
BBX 6 8 2 0
BITMAP
78
84
84
08
10
10
00
10
ENDCHAR
STARTCHAR FULLWIDTH COMMERCIAL AT
ENCODING 65312
SWIDTH 1280 0
DWIDTH 12 0
BBX 8 8 2 0
BITMAP
3E
41
9D
A5
A5
9A
40
3E
ENDCHAR
ENDFONT

14
shell/aliases Normal file
View File

@ -0,0 +1,14 @@
alias ipcurl='curl icanhazip.com && curl --silent https://geoiptool.com/|grep maker_country | cut -d" " -f5 | cut -d"<" -f1 | head -n1'
alias toripcurl='torify curl icanhazip.com && torify curl --silent http://geoiptool.com/|grep maker_country | cut -d" " -f5 | cut -d"<" -f1 | head -n1'
alias grep="grep --color"
alias suena='echo $(mpc current | cut -d"/" -f1) - $(mpc current | cut -d"/" -f3 | cut -d'.' -f1)'
alias khal='khal -c ~/.khal/config'
alias ikhal='ikhal -c ~/.khal/config'
alias yt='cd ~/Musica/; torify youtube-dl -x -c -o "%(title)s.%(ext)s" -f "bestaudio" --audio-format "mp3" --audio-quality 0 '
alias notify-send='notify-send -i terminal'
alias ls='ls --color'
alias ec="emacsclient -t"
gdp () { git diff `git log --pretty=format:"%h" | head -n$1 | tail -n1`; }
alias cal="cal -m"
alias nav="qutebrowser --target tab-bg-silent "
alias venv="source `which virtualenvwrapper.sh` > /dev/null && workon "

54
shell/bashrc Normal file
View File

@ -0,0 +1,54 @@
# Path
PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/sbin:/sbin:/usr/local/bin"
# Term
if [ "$TERM" = "" -o "$TERM" = "unknown" ]; then
TERM=linux
fi
# Notificar correo nuevo
if [ -x /usr/bin/biff ]; then
biff y 2> /dev/null
fi
# Usar scripts en /etc/profile.d/
for profile_script in /etc/profile.d/*.sh ; do
if [ -x $profile_script ]; then
. $profile_script
fi
done
unset profile_script
# Alias
source ~/.aliases
# Python
export WORKON_HOME=~/.virtualenvs
mkdir -p $WORKON_HOME
source `which virtualenvwrapper.sh` > /dev/null
# Privado
source ~/.sh_privado
# Prompt verde
#PS1='\[\e[0;92m\]\u\[\e[0;93m\] % \[\e[0;92m\]\h \[\e[1;93m\]\w\[\e[0;92m\]\$ '
# Prompt azul
PS1='\[\e[1;94m\]\u\[\e[0m\] % \[\e[1;91m\]\h \[\e[1;93m\]\w\[\e[1;34m\] $\[\033[0m\] '
export EDITOR="emacsclient -t -c"
export ALTERNATE_EDITOR="nano"
ESC="\033"
NORMAL="\[$ESC[m\]"
RESET="\[$ESC[${DULL};${FG_WHITE};${BG_NULL}m\]"
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
# Terms típicas de emacs
if [[ $TERM == "dumb" ]]; then TERM=xterm; PS1='$ '; fi
[[ $TERM == "emacs" ]] && PS1='$ '
export WORKON_HOME=~/.virtualenvs
mkdir -p /home/drymer/.virtualenvs

245
shell/dunstrc Normal file
View File

@ -0,0 +1,245 @@
[global]
font = Monospace 8
# Allow a small subset of html markup:
# <b>bold</b>
# <i>italic</i>
# <s>strikethrough</s>
# <u>underline</u>
#
# For a complete reference see
# <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
# If markup is not allowed, those tags will be stripped out of the
# message.
allow_markup = yes
# The format of the message. Possible variables are:
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
# Markup is allowed
format = "<b>%s</b>\n%b"
# Sort messages by urgency.
sort = yes
# Show how many messages are currently hidden (because of geometry).
indicate_hidden = yes
# Alignment of message text.
# Possible values are "left", "center" and "right".
alignment = left
# The frequency with wich text that is longer than the notification
# window allows bounces back and forth.
# This option conflicts with "word_wrap".
# Set to 0 to disable.
bounce_freq = 0
# Show age of message if message is older than show_age_threshold
# seconds.
# Set to -1 to disable.
show_age_threshold = 60
# Split notifications into multiple lines if they don't fit into
# geometry.
word_wrap = yes
# Ignore newlines '\n' in notifications.
ignore_newline = no
# The geometry of the window:
# [{width}]x{height}[+/-{x}+/-{y}]
# The geometry of the message window.
# The height is measured in number of notifications everything else
# in pixels. If the width is omitted but the height is given
# ("-geometry x2"), the message window expands over the whole screen
# (dmenu-like). If width is 0, the window expands to the longest
# message displayed. A positive x is measured from the left, a
# negative from the right side of the screen. Y is measured from
# the top and down respectevly.
# The width can be negative. In this case the actual width is the
# screen width minus the width defined in within the geometry option.
geometry = "300x5-30+20"
# Shrink window if it's smaller than the width. Will be ignored if
# width is 0.
shrink = no
# The transparency of the window. Range: [0; 100].
# This option will only work if a compositing windowmanager is
# present (e.g. xcompmgr, compiz, etc.).
transparency = 0
# Don't remove messages, if the user is idle (no mouse or keyboard input)
# for longer than idle_threshold seconds.
# Set to 0 to disable.
idle_threshold = 120
# Which monitor should the notifications be displayed on.
monitor = 0
# Display notification on focused monitor. Possible modes are:
# mouse: follow mouse pointer
# keyboard: follow window with keyboard focus
# none: don't follow anything
#
# "keyboard" needs a windowmanager that exports the
# _NET_ACTIVE_WINDOW property.
# This should be the case for almost all modern windowmanagers.
#
# If this option is set to mouse or keyboard, the monitor option
# will be ignored.
follow = mouse
# Should a notification popped up from history be sticky or timeout
# as if it would normally do.
sticky_history = yes
# Maximum amount of notifications kept in history
history_length = 20
# Display indicators for URLs (U) and actions (A).
show_indicators = yes
# The height of a single line. If the height is smaller than the
# font height, it will get raised to the font height.
# This adds empty space above and under the text.
line_height = 0
# Draw a line of "separatpr_height" pixel height between two
# notifications.
# Set to 0 to disable.
separator_height = 2
# Padding between text and separator.
padding = 8
# Horizontal padding.
horizontal_padding = 8
# Define a color for the separator.
# possible values are:
# * auto: dunst tries to find a color fitting to the background;
# * foreground: use the same color as the foreground;
# * frame: use the same color as the frame;
# * anything else will be interpreted as a X color.
separator_color = frame
# Print a notification on startup.
# This is mainly for error detection, since dbus (re-)starts dunst
# automatically after a crash.
startup_notification = false
# dmenu path.
dmenu = /usr/bin/dmenu -p dunst:
# Browser for opening urls in context menu.
browser = /usr/bin/firefox -new-tab
# Align icons left/right/off
icon_position = off
# Paths to default icons.
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
[frame]
width = 3
color = "#aaaaaa"
[shortcuts]
# Shortcuts are specified as [modifier+][modifier+]...key
# Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
# "mod3" and "mod4" (windows-key).
# Xev might be helpful to find names for keys.
# Close notification.
close = ctrl+space
# Close all notifications.
close_all = ctrl+shift+space
# Redisplay last message(s).
# On the US keyboard layout "grave" is normally above TAB and left
# of "1".
history = ctrl+grave
# Context menu.
context = ctrl+shift+period
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#222222"
foreground = "#888888"
timeout = 10
[urgency_normal]
background = "#285577"
foreground = "#ffffff"
timeout = 10
[urgency_critical]
background = "#900000"
foreground = "#ffffff"
timeout = 0
# Every section that isn't one of the above is interpreted as a rules to
# override settings for certain messages.
# Messages can be matched by "appname", "summary", "body", "icon", "category",
# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
# "background", "new_icon" and "format".
# Shell-like globbing will get expanded.
#
# SCRIPTING
# You can specify a script that gets run when the rule matches by
# setting the "script" option.
# The script will be called as follows:
# script appname summary body icon urgency
# where urgency can be "LOW", "NORMAL" or "CRITICAL".
#
# NOTE: if you don't want a notification to be displayed, set the format
# to "".
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
#[espeak]
# summary = "*"
# script = dunst_espeak.sh
#[script-test]
# summary = "*script*"
# script = dunst_test.sh
#[ignore]
# # This notification will not be displayed
# summary = "foobar"
# format = ""
#[signed_on]
# appname = Pidgin
# summary = "*signed on*"
# urgency = low
#
#[signed_off]
# appname = Pidgin
# summary = *signed off*
# urgency = low
#
#[says]
# appname = Pidgin
# summary = *says*
# urgency = critical
#
#[twitter]
# appname = Pidgin
# summary = *twitter.com*
# urgency = normal
#
# vim: ft=cfg

43
shell/termite.conf Normal file
View File

@ -0,0 +1,43 @@
[options]
font = DejaVu Sans Mono
clickable_url = on
browser = qutebrowser --target tab-bg-silent
cursor_blink = on
cursor_shape = underline
scrollback_lines = 10000
[colors]
background = rgba(0, 0, 0, 0.8)
cursor = #d0d0d0
# black
color0 = #151515
color8 = #505050
# red
color1 = #ac4142
color9 = #ac4142
# green
color2 = #90a959
color10 = #90a959
# yellow
color3 = #f4bf75
color11 = #f4bf75
# blue
color4 = #6a9fb5
color12 = #6a9fb5
# magenta
color5 = #aa759f
color13 = #aa759f
# cyan
color6 = #729FCF
color14 = #729FCF
# white
color7 = #d0d0d0
color15 = #f5f5f5

View File

@ -0,0 +1,28 @@
local user=$'\e%{[1;35m%}%n\e%{[1;94m%} @ \e%{[1;35m%}%m%{$reset_color%}'
local pwd=$'\e%{[1;94m%}%~%{$reset_color%}'
local rvm=''
if which rvm-prompt &> /dev/null; then
rvm='%{$fg[green]%}$(rvm-prompt i v g)%{$reset_color%}'
else
if which rbenv &> /dev/null; then
rvm='%{$fg[green]%}$(rbenv version | sed -e "s/ (set.*$//")%{$reset_color%}'
fi
fi
local return_code='%(?..%{$fg[red]%}%? ↵%{$reset_color%})'
local git_branch='$(git_prompt_status)%{$reset_color%}$(git_prompt_info)%{$reset_color%}'
# ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg[green]%}"
ZSH_THEME_GIT_PROMPT_PREFIX='%{\e[1;32m%}'
ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%}"
ZSH_THEME_GIT_PROMPT_DIRTY=""
ZSH_THEME_GIT_PROMPT_CLEAN=""
ZSH_THEME_GIT_PROMPT_ADDED="%{\e[1;32m%} ✚"
ZSH_THEME_GIT_PROMPT_MODIFIED="%{\e[1;32m%} ✹"
ZSH_THEME_GIT_PROMPT_DELETED="%{\e[1;31m%} ✖"
ZSH_THEME_GIT_PROMPT_RENAMED="%{\e%{[1;35m%}%} ➜"
ZSH_THEME_GIT_PROMPT_UNMERGED="%{\e[1;33m%} ═"
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{\e%{%{[1;94m%}%}%} ✭"
PROMPT="${user} ${pwd} $ $reset_color"
RPROMPT="${return_code} ${git_branch} ${rvm}"

View File

@ -0,0 +1,49 @@
# Del tema bullet-train
BULLETTRAIN_EXEC_TIME_ELAPSED="5"
BULLETTRAIN_EXEC_TIME_BG="yellow"
BULLETTRAIN_EXEC_TIME_FG="black"
preexec() {
cmd_timestamp=`date +%s`
}
precmd() {
local stop=`date +%s`
local start=${cmd_timestamp:-$stop}
let BULLETTRAIN_last_exec_duration=$stop-$start
cmd_timestamp=''
}
prompt_cmd_exec_time() {
[ $BULLETTRAIN_last_exec_duration -gt $BULLETTRAIN_EXEC_TIME_ELAPSED ] && prompt_segment $BULLETTRAIN_EXEC_TIME_BG $BULLETTRAIN_EXEC_TIME_FG "$(displaytime $BULLETTRAIN_last_exec_duration)"
}
# Based on http://stackoverflow.com/a/32164707/3859566
function displaytime {
local T=$1
local D=$((T/60/60/24))
local H=$((T/60/60%24))
local M=$((T/60%60))
local S=$((T%60))
[[ $D > 0 ]] && printf '%dd' $D
[[ $H > 0 ]] && printf '%dh' $H
[[ $M > 0 ]] && printf '%dm' $M
printf '%ds' $S
}
# Begin a segment
# Takes three arguments, background, foreground and text. All of them can be omitted,
# rendering default background/foreground and no text.
prompt_segment() {
local bg fg
SEGMENT_SEPARATOR=''
CURRENT_BG='NONE'
[[ -n $1 ]] && bg="%K{$1}" || bg="%k"
[[ -n $2 ]] && fg="%F{$2}" || fg="%f"
echo -n "%{%F{$CURRENT_BG}%}$SEGMENT_SEPARATOR%{$fg%} "
CURRENT_BG=$1
[[ -n $3 ]] && echo -n $3
}
POWERLEVEL9K_CUSTOM_EXEC_TIME="prompt_cmd_exec_time"

@ -0,0 +1 @@
Subproject commit d2c0a62445dca19dfc4808d73c70d40f784b3e04

60
shell/zshrc Normal file
View File

@ -0,0 +1,60 @@
# Term
export TERM="xterm-256color"
# Ruta de oh-my-zsh
export ZSH=/home/drymer/.oh-my-zsh
# Funciónes para custom_exec_time
source ~/.oh-my-zsh/custom/themes/custom.zsh
# Tema a elegir: usa uno simple si me conecto por ssh
if [[ -n $SSH_CLIENT ]];
then
ZSH_THEME="alanpeabody"
else
POWERLEVEL9K_MODE='awesome-fontconfig'
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(time context dir virtualenv vcs)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(custom_exec_time status background_jobs root_indicator)
POWERLEVEL9K_PYTHON_ICON=""
ZSH_THEME="powerlevel9k/powerlevel9k"
fi
# No comprobar si hay actualizaciones
DISABLE_AUTO_UPDATE="true"
# Corregir
ENABLE_CORRECTION="true"
# Mostrar puntos rojos mientras se espera el completado
COMPLETION_WAITING_DOTS="true"
# Formato de tiempo
HIST_STAMPS="dd/mm/yyyy"
# Plugins
plugins=(git colored-man-pages sprunge autojump)
# User configuration
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/sbin:/sbin:/usr/local/bin"
export MANPATH="/usr/local/man:$MANPATH"
# Usar oh-my-zsh
source $ZSH/oh-my-zsh.sh
# Lenguaje
export LANG=es_US.UTF-8
# Editor preferido
export EDITOR="emacsclient -t -c"
export ALTERNATE_EDITOR="nano"
# Alias
source ~/.aliases
# Python
export WORKON_HOME=~/.virtualenvs
mkdir -p $WORKON_HOME
# Privado
source ~/.sh_privado