Skip to content

Commit

Permalink
Add battery and time to tmux status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgibbins committed Sep 7, 2014
1 parent 4963e9f commit 7094834
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ set-window-option -g window-status-current-fg blue
set-window-option -g window-status-current-bg default
set-window-option -g window-status-current-attr bold
set-window-option -g window-status-current-format '« #I:#W »'
set-option -g status-left "#[fg=yellow][#S]"
set-option -g status-right "#[fg=yellow]#H"
set-option -g status-right-length 50
set-option -g status-left-length 50
set-option -g status-left "#[fg=yellow]#h:[#S]"
set-option -g status-right "#[fg=yellow][⚡ #(~/bin/tmux-battery)] [%H:%M]"

# Make active border red, it defaults to green which isn't very subtle
set-option -g pane-border-fg white
Expand Down

0 comments on commit 7094834

Please sign in to comment.