aboutsummaryrefslogtreecommitdiff
path: root/save-theme
blob: 2dfb7c35370d48d3972cfd8c97f2ef6992d7e0b6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
cd "$(dirname "$0")"

if [ "$1" == "" ]; then
    echo theme name not set :\<
    exit 1
fi

cp ~/.cache/wal/colors.sh "./themes/$1.sh"
chmod u+x "./themes/$1.sh"