Skip to content

Commit c7f7c19

Browse files
committed
tmux transparent background
1 parent e16cab0 commit c7f7c19

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

.config/redshift.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; Global settings for redshift
22
[redshift]
33
; Set the day and night screen temperatures
4-
temp-day=5700
5-
temp-night=3500
4+
temp-day=5500
5+
temp-night=3700
66

77
; Enable/Disable a smooth transition between day and night
88
; 0 will cause a direct change from day to night screen temperature.

.tmux.conf

+12-4
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,29 @@ set-option -g default-command bash
1515
set -g @catppuccin_flavor "mocha"
1616
# "latte", "frappe", "macchiato", or "mocha".
1717
# rounded, slanted, basic,
18-
set -g @catppuccin_window_status_style 'rounded'
18+
set -g @catppuccin_window_status_style 'none' # -- none, rounded, slanted, basic
1919
set -g @catppuccin_window_number_position 'right'
2020
set -g @catppuccin_window_status 'no'
2121

2222
set -ogq @catppuccin_window_text " #W"
2323
set -ogq @catppuccin_window_number "#I"
2424
set -ogq @catppuccin_pane_default_text "##{W}"
25-
25+
##https://github.com/catppuccin/tmux/blob/main/docs/reference/configuration.md
2626
set -g @catppuccin_window_default_text '#W'
2727
set -g @catppuccin_window_current_fill 'number'
2828
set -g @catppuccin_window_current_text '#W'
29+
set -g @catppuccin_status_background "none" # this make transparent bar
2930
set -g @catppuccin_window_current_color '#{E:@thm_surface_2}'
3031
set -g @catppuccin_date_time_text '%d.%m. %H:%M'
3132
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
3241

3342
set-option -sa terminal-overrides ",xterm*:Tc"
3443
# Make the status line pretty and add some modules
@@ -52,7 +61,6 @@ set -g mouse on
5261
#set -g history-limit 3000
5362
setw -g mode-keys vi
5463
set -g status-keys vi
55-
#set -g @catppuccin_status_background "none"
5664
#tmux_conf_theme_pane_border_style=thin
5765

5866
#set-option -g pane-active-border-style "bg=default"
@@ -90,7 +98,7 @@ bind -n M-h resize-pane -L 5
9098
bind -n M-l resize-pane -R 5
9199

92100

93-
set-option -g status-style bg=default
101+
#set-option -g status-style bg=default
94102

95103
# List of plugins
96104
set -g @plugin 'catppuccin/tmux#v2.1.2' # See https://github.com/catppuccin/tmux/tags for additional tags

0 commit comments

Comments
 (0)