diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 18:54:21 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-10-19 18:54:21 -0400 |
commit | cb0e1ba8bfae1c99d71402b6c1c80522f596ba52 (patch) | |
tree | 32da0e9310105b7edc0bc7072a7d5414a89dc8e2 | |
parent | xinitrc for darwin (diff) |
drop tmux powerline
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | .tmux.conf | 2 | ||||
m--------- | .tmux/powerline | 0 |
3 files changed, 0 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 0e65ca9..d01c823 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,3 @@ [submodule ".fonts/Inconsolata-Hellenic"] path = .fonts/Inconsolata-Hellenic url = git://github.com/cosmix/Inconsolata-Hellenic.git -[submodule ".tmux/powerline"] - path = .tmux/powerline - url = https://github.com/erikw/tmux-powerline.git @@ -45,8 +45,6 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 100 set-option -g status-right-length 100 -# set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" -# set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" set-option -g status-bg colour235 set-option -g status-fg colour254 set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]▶#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]▶" diff --git a/.tmux/powerline b/.tmux/powerline deleted file mode 160000 -Subproject fa27617e455254a82322e3ae76019331ab942be |