Skip to content

Commit

Permalink
Clean up, rmv task-warrior
Browse files Browse the repository at this point in the history
  • Loading branch information
jldeen committed Feb 27, 2018
1 parent fbf5bbc commit bb852e8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tmux/tmux.conf.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ bind a last-window
bind space command-prompt -p index "select-window"
unbind &

# Task manager
set -g @tasks_manager 'taskwarrior'

# Colors
set -g @tasks_format_begin '#[fg=white,bg=default]'
set -g @tasks_format_end '#[fg=white,bg=default]'
Expand All @@ -85,9 +82,9 @@ set -g status-bg colour248
set -g status-fg colour137
set -g status-attr 'none'
set -g status-left '#[fg=colour240]#(~/bin/internet_info.sh) '
set -g status-right '#[fg=colour240]♪ #(~/bin/now_playing.sh) #(~/bin/battery.sh) #[fg=colour10,bold,bg=default] %a %m-%d %H:%M:%S #[fg=colour165]#[bg=default] #H '
set -g status-right '#[fg=colour10,bold,bg=default] %a %m-%d %H:%M:%S #[fg=colour165]#[bg=default] #H '
set -g status-right-length 100
set -g status-left-length 70
set -g status-left-length 80

set-window-option -g aggressive-resize
setw -g window-status-current-fg colour170
Expand Down

0 comments on commit bb852e8

Please sign in to comment.