From 4a9c2922313e446c1f8efb838d53ae20e3d5bef4 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 19 Aug 2020 18:02:54 +0200 Subject: [PATCH] Add light and dark scripts --- bin/dark | 2 ++ bin/light | 2 ++ 2 files changed, 4 insertions(+) create mode 100755 bin/dark create mode 100755 bin/light diff --git a/bin/dark b/bin/dark new file mode 100755 index 0000000..d113b8e --- /dev/null +++ b/bin/dark @@ -0,0 +1,2 @@ +touch $HOME/.dark +updatecolors diff --git a/bin/light b/bin/light new file mode 100755 index 0000000..34db2ec --- /dev/null +++ b/bin/light @@ -0,0 +1,2 @@ +rm $HOME/.dark +updatecolors