Skip to content

Commit

Permalink
Sab 01 Jun 2024 21:15:16 WIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nsetyo committed Jun 1, 2024
1 parent 15bdcbb commit 170440a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion config/i3/config
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ bindsym mod1+XF86AudioRaiseVolume exec --no-startup-id $brightnessctl +5%


# start a terminal
bindsym $mod+Return exec $term -e tmux new -As0
bindsym $mod+Return exec $term -e tmux new -As main

# kill focused window
bindsym $mod+Shift+q kill
Expand Down
2 changes: 1 addition & 1 deletion config/kitty/kitty.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ window_padding_width 0 8

copy_on_select clipboard

font_family Fira Code
font_family JetBrainsMono Nerd Font
bold_font auto
italic_font auto
bold_italic_font auto
Expand Down
24 changes: 11 additions & 13 deletions config/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ bind C-space send-prefix

set-option -g status-position top

bind C-l send-keys 'C-l'

bind-key h select-pane -L
bind-key j select-pane -D
Expand All @@ -21,22 +20,21 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'christoomey/vim-tmux-navigator'

set -g @catppuccin_status_background "default"
set -g @catppuccin_window_left_separator "█"
set -g @catppuccin_window_right_separator "█ "
set -g @catppuccin_window_current_fill "all"
set -g @catppuccin_window_current_text "#W"
set -g @catppuccin_window_default_fill "none"
set -g @catppuccin_window_left_separator ""
set -g @catppuccin_window_middle_separator " | "
set -g @catppuccin_window_number_position "right"
set -g @catppuccin_window_middle_separator " █"

set -g @catppuccin_window_default_fill "number"

set -g @catppuccin_window_current_fill "number"
set -g @catppuccin_window_current_text "#{pane_current_path}"
set -g @catppuccin_window_right_separator ""
set -g @catppuccin_window_status_icon_enable "yes"

set -g @catppuccin_status_modules_right "application session date_time"
set -g @catppuccin_status_background "default"
set -g @catppuccin_status_connect_separator "yes"
set -g @catppuccin_status_fill "all"
set -g @catppuccin_status_left_separator ""
set -g @catppuccin_status_modules_right "application session date_time"
set -g @catppuccin_status_right_separator ""
set -g @catppuccin_status_fill "all"
set -g @catppuccin_status_connect_separator "yes"

run '~/.config/tmux/plugins/tpm/tpm'

0 comments on commit 170440a

Please sign in to comment.