aboutsummaryrefslogtreecommitdiff
path: root/tmux/code/sys/status
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/code/sys/status')
-rwxr-xr-xtmux/code/sys/status27
1 files changed, 24 insertions, 3 deletions
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)