From 8de5d25f9c3155983793df293064ce5fded8024f Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Sun, 29 Mar 2015 21:41:53 -0400
Subject: update tmux configs formatting

---
 tmux/code/sys/status | 27 ++++++++++++++++++++++++---
 1 file changed, 24 insertions(+), 3 deletions(-)

(limited to 'tmux/code/sys/status')

diff --git a/tmux/code/sys/status b/tmux/code/sys/status
index 3ed259b..ba00749 100755
--- a/tmux/code/sys/status
+++ b/tmux/code/sys/status
@@ -1,7 +1,28 @@
 #!/bin/sh
+#        ██
+#       ░██
+#      ██████ ██████████  ██   ██ ██   ██
+#     ░░░██░ ░░██░░██░░██░██  ░██░░██ ██
+#       ░██   ░██ ░██ ░██░██  ░██ ░░███
+#       ░██   ░██ ░██ ░██░██  ░██  ██░██
+#       ░░██  ███ ░██ ░██░░██████ ██ ░░██
+#        ░░  ░░░  ░░  ░░  ░░░░░░ ░░   ░░
+#           ██               ██
+#          ░██              ░██
+#  ██████ ██████  ██████   ██████ ██   ██  ██████
+# ██░░░░ ░░░██░  ░░░░░░██ ░░░██░ ░██  ░██ ██░░░░
+#░░█████   ░██    ███████   ░██  ░██  ░██░░█████
+# ░░░░░██  ░██   ██░░░░██   ░██  ░██  ░██ ░░░░░██
+# ██████   ░░██ ░░████████  ░░██ ░░██████ ██████
+#░░░░░░     ░░   ░░░░░░░░    ░░   ░░░░░░ ░░░░░░
+#
+#  ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ code   ▓ http://code.xero.nu/dotfiles
+# ░▓ mirror ▓ http://git.io/.files
+# ░▓▓▓▓▓▓▓▓▓▓
+# ░░░░░░░░░░
 
-#FULL=♡
-#EMPTY=♥
 FULL=▓
 EMPTY=░
 EOL=▒ 
@@ -45,7 +66,7 @@ temp()
 bat()
 {
 	BATPATH=/sys/class/power_supply/BAT1
-        STATUS=$BATPATH/status
+	STATUS=$BATPATH/status
 	BAT_FULL=$BATPATH/charge_full
 	BAT_NOW=$BATPATH/charge_now
 	bf=$(cat $BAT_FULL)
-- 
cgit v1.2.1