Update
This commit is contained in:
+2
-2
@@ -52,7 +52,7 @@ set $mantle #181825
|
|||||||
set $crust #11111b
|
set $crust #11111b
|
||||||
|
|
||||||
# target title bg text indicator border
|
# target title bg text indicator border
|
||||||
client.focused $lavender $base $text $rosewater $lavender
|
client.focused $lavender $base $text $rosewater $peach
|
||||||
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
client.focused_inactive $overlay0 $base $text $rosewater $overlay0
|
||||||
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
client.unfocused $overlay0 $base $text $rosewater $overlay0
|
||||||
client.urgent $peach $base $peach $overlay0 $peach
|
client.urgent $peach $base $peach $overlay0 $peach
|
||||||
@@ -89,7 +89,7 @@ set $menu rofi -show drun
|
|||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
#
|
#
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-power {
|
#custom-power {
|
||||||
background-color: @peach;
|
background-color: @red;
|
||||||
color: @crust;
|
color: @crust;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+8
-2
@@ -19,6 +19,8 @@ set -g mouse on
|
|||||||
|
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
set -g pane-border-lines single
|
||||||
|
set -g pane-border-status top
|
||||||
|
|
||||||
# Faster escape sequences (better for Vim/Neovim)
|
# Faster escape sequences (better for Vim/Neovim)
|
||||||
set -s escape-time 10
|
set -s escape-time 10
|
||||||
@@ -44,9 +46,11 @@ set -ga update-environment TERM_PROGRAM
|
|||||||
set -ga update-environment SSH_CONNECTION
|
set -ga update-environment SSH_CONNECTION
|
||||||
|
|
||||||
set -g @catppuccin_flavor 'mocha'
|
set -g @catppuccin_flavor 'mocha'
|
||||||
set -g @catppuccin_window_status_style "rounded"
|
|
||||||
set -g @catppuccin_window_current_number_color "#{@thm_peach}"
|
|
||||||
set -g @catppuccin_pane_border_status "on"
|
set -g @catppuccin_pane_border_status "on"
|
||||||
|
set -g @catppuccin_pane_border_style "fg=#{@thm_overlay_0}"
|
||||||
|
set -g @catppuccin_pane_active_border_style "##{?pane_in_mode,fg=#{@thm_peach},##{?pane_synchronized,fg=#{@thm_mauve},fg=#{@thm_peach}}}"
|
||||||
|
set -g @catppuccin_window_status_style "basic"
|
||||||
|
set -g @catppuccin_window_current_number_color "#{@thm_peach}"
|
||||||
set -g @catppuccin_window_text " #W"
|
set -g @catppuccin_window_text " #W"
|
||||||
set -g @catppuccin_window_default_text " #W"
|
set -g @catppuccin_window_default_text " #W"
|
||||||
set -g @catppuccin_window_current_text " #W"
|
set -g @catppuccin_window_current_text " #W"
|
||||||
@@ -54,6 +58,8 @@ set -g @catppuccin_window_current_text " #W"
|
|||||||
run ~/.tmux/plugins/tmux/catppuccin.tmux
|
run ~/.tmux/plugins/tmux/catppuccin.tmux
|
||||||
|
|
||||||
set -g status-position top
|
set -g status-position top
|
||||||
|
set -g status-format[1] ""
|
||||||
|
set -g status 2
|
||||||
set -g status-justify "left"
|
set -g status-justify "left"
|
||||||
set -g status-left " "
|
set -g status-left " "
|
||||||
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] #S / ##H "
|
set -gF status-right "#[fg=#{@thm_crust},bg=#{@thm_teal}] #S / ##H "
|
||||||
|
|||||||
Reference in New Issue
Block a user