diff options
author | Marvin Borner | 2020-10-24 11:25:50 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-24 11:25:50 +0200 |
commit | e5dd74563baf5b766b7bf226a0a42a661a14f974 (patch) | |
tree | aac28f303aefb575642f0967d5dfdfd2927a4f87 | |
parent | a06ccf0ab6862418b94d5af639a716249dca5fa2 (diff) |
Removed Terminus
-rw-r--r-- | apps/window.c | 2 | ||||
-rwxr-xr-x | run | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/apps/window.c b/apps/window.c index 208c4d4..a796b52 100644 --- a/apps/window.c +++ b/apps/window.c @@ -21,7 +21,7 @@ int main() gui_fill(&win, COLOR_BG); /* gui_border(&win, COLOR_FG, 2); */ - gui_init("/font/ter-p18n.psf"); + gui_init("/font/spleen-12x24.psfu"); int font_height = gui_font_height(); int font_width = gui_font_width(); @@ -100,10 +100,6 @@ make_disk() { mv spleen-"$VERSION"/*.psfu . rm -rf "spleen-$VERSION"* - ls /usr/share/kbd/consolefonts/ter-p* >/dev/null && - cp /usr/share/kbd/consolefonts/ter-p* . && - gunzip ter-p* || echo "Terminus font not found!" - cd ../../ } |