initial commit
This commit is contained in:
commit
5583d861c4
1 changed files with 22 additions and 0 deletions
22
viscolourchanger
Executable file
22
viscolourchanger
Executable file
|
@ -0,0 +1,22 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Generates vis colour file
|
||||||
|
|
||||||
|
source $HOME/.cache/wal/colors.sh
|
||||||
|
|
||||||
|
cat > $HOME/.config/vis/colors/wal <<CONF
|
||||||
|
$color1
|
||||||
|
$color2
|
||||||
|
$color3
|
||||||
|
$color4
|
||||||
|
$color5
|
||||||
|
$color6
|
||||||
|
$color7
|
||||||
|
$color8
|
||||||
|
$color9
|
||||||
|
$color10
|
||||||
|
$color11
|
||||||
|
$color12
|
||||||
|
CONF
|
||||||
|
|
||||||
|
killall -USR1 vis
|
Loading…
Reference in a new issue