added comments

This commit is contained in:
petrafied 2019-06-04 02:54:21 +10:00
parent 5583d861c4
commit 0fc2c7b37c

View File

@ -1,9 +1,10 @@
#!/bin/sh
# Generates vis colour file
# source the current wal colour scheme
source $HOME/.cache/wal/colors.sh
#assign the variables in the wal scheme in vis' format
cat > $HOME/.config/vis/colors/wal <<CONF
$color1
$color2
@ -19,4 +20,5 @@ $color11
$color12
CONF
killall -USR1 vis
# reload vis' config
killall -USR1 vis