From 73191b921efc206a518276379a4484807e052d85 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 24 Jan 2021 23:38:20 +0100 Subject: terminus font has changed name upstream from terminus-font-otb to terminus-font. Which is one (of probably many) fonts that is required for awesome to render text in menu's etc. --- profiles/applications/awesome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/applications/awesome.py') diff --git a/profiles/applications/awesome.py b/profiles/applications/awesome.py index db7e8f4f..578f246e 100644 --- a/profiles/applications/awesome.py +++ b/profiles/applications/awesome.py @@ -3,7 +3,7 @@ import archinstall installation.install_profile('xorg') installation.add_additional_packages( - "awesome xorg-xrandr xterm feh slock terminus-font-otb gnu-free-fonts ttf-liberation xsel" + "awesome xorg-xrandr xterm feh slock terminus-font gnu-free-fonts ttf-liberation xsel" ) with open(f'{installation.mountpoint}/etc/X11/xinit/xinitrc', 'r') as xinitrc: -- cgit v1.2.3-54-g00ecf