Skip to content

Commit

Permalink
Update tmux.conf to put status bar on top and battery emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
eko committed Jun 10, 2019
1 parent 0a4d52a commit 95c86b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tmux.conf
Expand Up @@ -32,6 +32,7 @@ bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "re

# status bar theme
set -g status-bg 'colour233'
set -g status-position top
set -g message-command-fg 'colour222'
set -g status-justify 'centre'
set -g status-left-length '100'
Expand All @@ -53,6 +54,6 @@ setw -g window-status-activity-fg 'colour144'
setw -g window-status-separator ''
setw -g window-status-bg 'colour233'
set -g status-left '#[fg=colour232,bg=colour144] #S #[fg=colour144,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour234] #W #[fg=colour234,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour233] #(whoami)  #(uptime | cut -d" " -f 1,2,3) #[fg=colour233,bg=colour233,nobold,nounderscore,noitalics]'
set -g status-right '#[fg=colour233,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour233] %r  %a  %Y #[fg=colour234,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour234] #H #[fg=colour210,bg=colour234,nobold,nounderscore,noitalics]#{?pane_synchronized, Synced ,}#[fg=colour144,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour144] #(pmset -g batt | grep -Eo "\d+%%") '
set -g status-right '#[fg=colour233,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour233] %r  %a  %Y #[fg=colour234,bg=colour233,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour234] #H #[fg=colour210,bg=colour234,nobold,nounderscore,noitalics]#{?pane_synchronized, Synced ,}#[fg=colour144,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour144] 🔋 #(pmset -g batt | grep -Eo "\d+%%") '
setw -g window-status-format '#[fg=colour233,bg=colour233,nobold,nounderscore,noitalics]#[default] #I  #W #[fg=colour233,bg=colour233,nobold,nounderscore,noitalics]'
setw -g window-status-current-format '#[fg=colour233,bg=colour234,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour234] #I  #W  #F #[fg=colour234,bg=colour233,nobold,nounderscore,noitalics]'

0 comments on commit 95c86b0

Please sign in to comment.