spmenu/themes/install.sh

10 lines
355 B
Bash
Raw Normal View History

#!/bin/sh
# install.sh
# This script installs all the profiles
CONFDIR="${XDG_CONFIG_HOME:-$HOME/.config}"
mkdir -p "$CONFDIR/spmenu/themes"
cp ./*.conf "$CONFDIR/spmenu/themes"
2023-05-06 14:38:05 +02:00
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"