Add light and dark scripts

This commit is contained in:
Talia 2020-08-19 18:02:54 +02:00
parent 8267f4bf16
commit 4a9c292231
2 changed files with 4 additions and 0 deletions

2
bin/dark Executable file
View File

@ -0,0 +1,2 @@
touch $HOME/.dark
updatecolors

2
bin/light Executable file
View File

@ -0,0 +1,2 @@
rm $HOME/.dark
updatecolors