From 5901f87dd321e1d04e973628ed870e18db4020e1 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sun, 18 May 2025 21:20:57 -0600 Subject: [PATCH] improvements --- devware.csv | 2 ++ postinstall.sh | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devware.csv b/devware.csv index 38ff5cb..47bf2bf 100644 --- a/devware.csv +++ b/devware.csv @@ -14,3 +14,5 @@ libxkbcommon,"keyboard handling library",D, libxkbcommon-dev,"keyboard handling library (development files)",D, wayland-protocols,"Protocols and protocol extensions complementing the Wayland core protocol",D, pkgconf,"development framework configuration tools",D, +fcft,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman",D, +fcft-dev,"Simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman (development files)",D, diff --git a/postinstall.sh b/postinstall.sh index 1a848fc..3741cec 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -38,11 +38,12 @@ make_ctpv() { make_hellwal() { cd $HOME/.local/src/hellwal/ bwroot make install + cd; wal -i Pictures/Wallpapers/vatihall.jpg } cd "/home/$@/" read_software $software +make_hellwal make_dwl make_slstatus make_ctpv -make_hellwal