From 8de5d25f9c3155983793df293064ce5fded8024f Mon Sep 17 00:00:00 2001 From: xero Date: Sun, 29 Mar 2015 21:41:53 -0400 Subject: update tmux configs formatting --- tmux/.tmux.conf | 7 +++++++ tmux/code/sys/status | 27 ++++++++++++++++++++++++--- 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 +# ░▓ 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 +# ░▓ 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