initial commit

This commit is contained in:
bartal laearsson
2026-06-29 12:42:38 +01:00
commit d16e497c83
15 changed files with 882 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
set -ga terminal-overrides ",xterm-256color:RGB"
set -g display-time 4000
set -g status-position top
setw -g pane-base-index 1
# Tokyo Night Colors
bg="#1a1b26"
default_fg="#c0caf5"
session_fg="#9ece6a"
session_selection_fg="#1a1b26"
session_selection_bg="#7aa2f7"
active_window_fg="#7dcfff"
active_pane_border="#7aa2f7"
set -g status-left-length 200
set -g status-right-length 200
set -g status-left "#[fg=${session_fg},bold,bg=${bg}] #S #[fg=${default_fg},nobold,bg=${bg}] | "
set -g status-right "#[fg=${active_window_fg},bg=${bg}] 󰁹 #(acpi -b | awk -F', ' '{print $2}') #[fg=${default_fg},nobold,bg=${bg}] | #[fg=${active_window_fg},bg=${bg}] %H:%M #[fg=${default_fg},nobold,bg=${bg}] | #[fg=${session_fg},bg=${bg}] %a %Y-%m-%d "
set -g status-justify left
set -g status-style "bg=${bg}"
set -g window-status-format "#[fg=${default_fg},bg=default] #I:#W"
set -g window-status-current-format "#[fg=${active_window_fg},bold,bg=default] #[underscore]#I:#W"
set -g window-status-last-style "fg=${default_fg},bg=default"
set -g message-command-style "bg=default,fg=${default_fg}"
set -g message-style "bg=default,fg=${default_fg}"
set -g mode-style "bg=${session_selection_bg},fg=${session_selection_fg}"
set -g pane-active-border-style "fg=${active_pane_border},bg=default"
set -g pane-border-style "fg=brightblack,bg=default"
+12
View File
@@ -0,0 +1,12 @@
set -g prefix C-b
setw -g mode-keys vi
set -g default-shell /usr/bin/zsh
set -sg escape-time 0
set -g focus-events on
set -g default-terminal tmux-256color
set -g history-limit 10000
setw -g aggressive-resize on
set -g base-index 1
setw -g pane-base-index 1
source-file ~/.config/tmux/theme.conf