From 431800768f5f4de8e68c32562f342cdaf014d3f5 Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sun, 18 May 2025 23:33:21 -0600 Subject: [PATCH] fix hellwal --- postinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/postinstall.sh b/postinstall.sh index 0310d05..47a12c6 100644 --- a/postinstall.sh +++ b/postinstall.sh @@ -42,9 +42,10 @@ make_ctpv() { } make_hellwal() { + mkdir .cache/hellwal/ cd $HOME/.local/src/hellwal/ bwroot make install - cd; wal -i Pictures/Wallpapers/vatihall.jpg + cd; hellwal -i Pictures/Wallpapers/vatihall.jpg } cd "/home/$@/"