From: Matthew Owens <matthew@owens.tech>
Date: Thu, 20 Jan 2022 16:35:40 +0000 (+0000)
Subject: removed brightness script
X-Git-Url: https://git.owens.tech/wrapped.html/wrapped.html/git?a=commitdiff_plain;h=8bff741aa1d11e3a6377dc41133119a3ad972d78;p=scripts.git

removed brightness script
---

diff --git a/abyss-module b/abyss-module
index f23a428..60bac9b 100755
--- a/abyss-module
+++ b/abyss-module
@@ -42,13 +42,15 @@ function sanity_check
 sanity_check
 
 ABYSS_DIR=$GIT_DIR/$ORG
+echo "cd $ABYSS_DIR"
 cd $ABYSS_DIR
 
-gh repo create $ORG/$MODULE_NAME --template $ORG/module-template --private -y
-gh repo create $ORG/$MODULE_NAME-test --template $ORG/test-template --private -y
+gh repo create $ORG/$MODULE_NAME --template $ORG/module-template --private -c
+gh repo create $ORG/$MODULE_NAME-test --template $ORG/test-template --private -c
 # removing the local test dir, since we'll add it as a submodule later
 rm -rf $MODULE_NAME-test
 
+echo "cd $MODULE_NAME"
 cd $MODULE_NAME
 ./init_module.sh $MODULE_NAME
 git submodule add git@github.com:$ORG/$MODULE_NAME-test
diff --git a/brightness b/brightness
deleted file mode 100755
index 051eece..0000000
--- a/brightness
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-xrandr --output eDP-1 --brightness $1