dali-template/config

12 lines
182 B

#!/bin/bash
BASEDIR="$HOME/.config/dali"
TEMPLATE="template"
THEMES="themes"
COLORS="colors"
OUTDIR="out"
THEME="default"
COLORSCHEME="dracula"
PREHOOK="pre.sh"
POSTHOOK="post.sh"