Documentation++ & fixed small mistake

This commit is contained in:
id101010
2016-10-17 14:26:09 +02:00
parent 79e576a45e
commit 29a8fc3597
8 changed files with 107 additions and 26 deletions

View File

@@ -1,5 +1,15 @@
#!/bin/bash
########################################################
# _ __ _______ #
# | | \ \ / / __ \ #
# __| |_ __ ___ ___ _ __ _ \ \ /\ / /| |__) | #
# / _` | '_ ` _ \ / _ \ '_ \| | | \ \/ \/ / | _ / #
# | (_| | | | | | | __/ | | | |_| |\ /\ / | | \ \ #
# \__,_|_| |_| |_|\___|_| |_|\__,_| \/ \/ |_| \_\ #
# #
########################################################
BACKGROUND="#402e2e"
FOREGOURND="#978965"
SELECTED_BACKGROUND="#808080"