aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorxero <x@xero.nu>2015-03-29 21:41:53 -0400
committerxero <x@xero.nu>2015-03-29 21:41:53 -0400
commit8de5d25f9c3155983793df293064ce5fded8024f (patch)
tree89b8f14c53932e7266bbc0e7e77bcb3ebfeb38b7 /tmux
parent1798f2d8515196196faa394e0c970fd122b4b643 (diff)
downloaddotfiles_ascii-8de5d25f9c3155983793df293064ce5fded8024f.tar.xz
dotfiles_ascii-8de5d25f9c3155983793df293064ce5fded8024f.zip
update tmux configs formatting
Diffstat (limited to 'tmux')
-rw-r--r--tmux/.tmux.conf7
-rwxr-xr-xtmux/code/sys/status27
2 files changed, 31 insertions, 3 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index 9daf23b..19c3a29 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -6,6 +6,13 @@
# ░██ ░██ ░ ░██░██ ░██ ██ ░░██
# ░██ ░██ ░██░░███████ ██ ░░██
# ░░ ░░ ░░ ░░░░░░░ ░░ ░░
+#
+# ▓▓▓▓▓▓▓▓▓▓
+# ░▓ author ▓ xero <x@xero.nu>
+# ░▓ code ▓ http://code.xero.nu/dotfiles
+# ░▓ mirror ▓ http://git.io/.files
+# ░▓▓▓▓▓▓▓▓▓▓
+# ░░░░░░░░░░
# change prefix to Ctrl-a (like in gnu-screen)
unbind C-b
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)