Skip to content

Commit

Permalink
Tmux: Add battery status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Igelmund committed Aug 27, 2016
1 parent bd09a5e commit 3c3771c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added bin/tmux-battery
Binary file not shown.
1 change: 1 addition & 0 deletions dotfiles/machines/grekkos-mbp/.tmux.conf.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -g default-terminal "screen-256color"
# Status bar
set -g window-status-format "#[fg=colour244,bg=colour234]#I#[fg=colour240]|#[fg=colour249]#W"
set -g window-status-current-format "#[fg=colour117,bg=colour31] [#I] #[fg=colour231,bold]#W "
set -g status-right "#[fg=colour234,bg=colour234,nobold,nounderscore,noitalics]|#[fg=colour85,bg=colour234] #(~/.dotfiles/bin/tmux-battery) #[fg=colour16,bg=colour254,bold] #[fg=colour238,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour255,bg=colour238] %a | %Y-%m-%d | %l:%M%p"

# using C-q instead of C-b
set-option -g prefix C-q
Expand Down

0 comments on commit 3c3771c

Please sign in to comment.