From 864c53e1742d36814a3679846773093c10d13d16 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 6 May 2023 14:38:05 +0200 Subject: [PATCH] some notes in install.sh --- themes/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/install.sh b/themes/install.sh index e32a91d..fcae9b8 100755 --- a/themes/install.sh +++ b/themes/install.sh @@ -4,3 +4,6 @@ CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}" mkdir -p "$CONFDIR/spmenu/themes" cp ./*.conf "$CONFDIR/spmenu/themes" +echo "Installed." +echo "Use spmenuify (or another theme manager) to enable the themes." +echo "Alternatively copy whichever theme you want to use to ~/.config/spmenu/theme.conf"