added comments
This commit is contained in:
parent
5583d861c4
commit
0fc2c7b37c
1 changed files with 4 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Generates vis colour file
|
# Generates vis colour file
|
||||||
|
|
||||||
|
# source the current wal colour scheme
|
||||||
source $HOME/.cache/wal/colors.sh
|
source $HOME/.cache/wal/colors.sh
|
||||||
|
|
||||||
|
#assign the variables in the wal scheme in vis' format
|
||||||
cat > $HOME/.config/vis/colors/wal <<CONF
|
cat > $HOME/.config/vis/colors/wal <<CONF
|
||||||
$color1
|
$color1
|
||||||
$color2
|
$color2
|
||||||
|
@ -19,4 +20,5 @@ $color11
|
||||||
$color12
|
$color12
|
||||||
CONF
|
CONF
|
||||||
|
|
||||||
killall -USR1 vis
|
# reload vis' config
|
||||||
|
killall -USR1 vis
|
||||||
|
|
Loading…
Reference in a new issue