-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlayout.conf
More file actions
43 lines (32 loc) · 1.81 KB
/
Copy pathlayout.conf
File metadata and controls
43 lines (32 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# The layout is inspired from catpuccin theme:
# https://raw.githubusercontent.com/catppuccin/tmux/main/catppuccin.conf
set -g status-position bottom
set -g status "on"
set -g status-bg default
set -g status-justify "left"
# messages
set -g message-style fg=orange,align="centre"
set -g message-command-style fg=orange,align="centre"
setw -g window-status-bell-style fg=red,bg=default,bold
# panes
set -g pane-border-style fg=black,bg=default
set -g pane-active-border-style fg=orange,bg=default
# windows
setw -g window-status-separator " "
setw -g window-status-style fg=default,bg=default
setw -g window-status-activity-style fg=default,bg=default
setw -g window-status-current-style fg=default,bg=default
# --------=== Statusline
set-option -g status-style bg=default
set -g status-left ""
# current_dir
setw -g window-status-format "#[fg=black,bg=blue] #I #[fg=white,bg=black] #W #[fg=black,bg=default]"
setw -g window-status-current-format "#[fg=black,bg=orange] #I #[fg=black,bg=orange] #W•#[fg=orange,bg=default]"
# pomodoro
set -g @pomodoro_on "#[fg=orange,bg=default,nobold,nounderscore,noitalics]#[fg=black,bg=orange,nobold,nounderscore,noitalics]⏱ #[fg=white,bg=black] "
set -g @pomodoro_complete "#[fg=orange,bg=default,nobold,nounderscore,noitalics]#[fg=black,bg=orange,nobold,nounderscore,noitalics]✓ #[fg=white,bg=black] "
set -g status-right-length 100
set -g status-right "#[fg=yellow,bg=black,nobold,nounderscore,noitalics]#[fg=black,bg=yellow,nobold,nounderscore,noitalics]¶ #[fg=white,bg=black] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) #{pomodoro_status} #{?client_prefix,#[fg=red],#[fg=red]}#[bg=black]#{?client_prefix,#[bg=red],#[bg=red]}#[fg=black]⚙ #[fg=white,bg=black] #S "
# --------=== Modes
setw -g clock-mode-colour blue
setw -g mode-style "fg=orange bg=white bold"