@@ -15,20 +15,29 @@ set-option -g default-command bash
15
15
set -g @catppuccin_flavor " mocha"
16
16
# "latte", "frappe", "macchiato", or "mocha".
17
17
# rounded, slanted, basic,
18
- set -g @catppuccin_window_status_style ' rounded '
18
+ set -g @catppuccin_window_status_style ' none ' # -- none, rounded, slanted, basic
19
19
set -g @catppuccin_window_number_position ' right'
20
20
set -g @catppuccin_window_status ' no'
21
21
22
22
set -ogq @catppuccin_window_text " #W"
23
23
set -ogq @catppuccin_window_number " #I"
24
24
set -ogq @catppuccin_pane_default_text " ##{W}"
25
-
25
+ # #https://github.com/catppuccin/tmux/blob/main/docs/reference/configuration.md
26
26
set -g @catppuccin_window_default_text ' #W'
27
27
set -g @catppuccin_window_current_fill ' number'
28
28
set -g @catppuccin_window_current_text ' #W'
29
+ set -g @catppuccin_status_background " none" # this make transparent bar
29
30
set -g @catppuccin_window_current_color ' #{E:@thm_surface_2}'
30
31
set -g @catppuccin_date_time_text ' %d.%m. %H:%M'
31
32
set -g @catppuccin_status_module_text_bg ' #{E:@thm_mantle}'
33
+ set -g @catppuccin_window_current_number_color " #{@thm_red}"
34
+
35
+ set -g @catppuccin_window_left_separator " "
36
+ set -g @catppuccin_window_middle_separator " "
37
+ set -g @catppuccin_window_right_separator " "
38
+ set -g @catppuccin_window_current_number_color fg=colour0
39
+ set -ogq @catppuccin_window_current_text_color fg=colour0
40
+ set -ogq @catppuccin_window_text_color fg=colour0
32
41
33
42
set-option -sa terminal-overrides " ,xterm*:Tc"
34
43
# Make the status line pretty and add some modules
@@ -52,7 +61,6 @@ set -g mouse on
52
61
# set -g history-limit 3000
53
62
setw -g mode-keys vi
54
63
set -g status-keys vi
55
- # set -g @catppuccin_status_background "none"
56
64
# tmux_conf_theme_pane_border_style=thin
57
65
58
66
# set-option -g pane-active-border-style "bg=default"
@@ -90,7 +98,7 @@ bind -n M-h resize-pane -L 5
90
98
bind -n M-l resize-pane -R 5
91
99
92
100
93
- set-option -g status-style bg=default
101
+ # set-option -g status-style bg=default
94
102
95
103
# List of plugins
96
104
set -g @plugin ' catppuccin/tmux#v2.1.2' # See https://github.com/catppuccin/tmux/tags for additional tags
0 commit comments