-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbadwolf
24 lines (21 loc) · 1.17 KB
/
badwolf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# This tmux statusbar config was created by mdx-tmux-theme.vim
# on Sat, 07 Aug 2021
set -g status-justify "centre"
set -g status "on"
set -g status-left-style "none"
set -g message-command-style "fg=#f4cf86,bg=#45413b"
set -g status-right-style "none"
set -g pane-active-border-style "fg=#aeee00"
set -g status-style "none,bg=#242321"
set -g message-style "fg=#f4cf86,bg=#45413b"
set -g pane-border-style "fg=#45413b"
set -g status-right-length "100"
set -g status-left-length "100"
setw -g window-status-activity-style "none"
setw -g window-status-separator " "
setw -g window-status-style "none,fg=#8cffba,bg=#242321"
set -g status-left "#[fg=#141413,bg=#aeee00] #S #[fg=#aeee00,bg=#242321,nobold,nounderscore,noitalics]#[fg=#8cffba,bg=#242321] %H:%M "
set -g status-right "#[fg=#8cffba,bg=#242321] %d %b #[fg=#aeee00,bg=#242321,nobold,nounderscore,noitalics]#[fg=#141413,bg=#aeee00] #h "
setw -g window-status-format "#[fg=#8cffba,bg=#242321] #I | #W "
setw -g window-status-current-format "#[fg=#242321,bg=#45413b,nobold,nounderscore,noitalics]#[fg=#f4cf86,bg=#45413b] #I #W #P #[fg=#242321,bg=#45413b,nobold,nounderscore,noitalics]"
set -g @mdx-tmux-theme badwolf