mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-11-09 18:49:36 +01:00
89 lines
4.6 KiB
Bash
89 lines
4.6 KiB
Bash
#!/usr/bin/env bash
|
|
# tmux status line config for light theme
|
|
|
|
# # darker_accent="#005bb5"
|
|
# darker_accent="#8c6c3e"
|
|
# lighter="#6172b0"
|
|
# # accent="#528ef5"
|
|
# accent="#2e7de9"
|
|
# # bg="#aac0e0"
|
|
# bg="#e9e9ed"
|
|
# grayish="#a8aecb"
|
|
# fg_text="#111111"
|
|
# prefix="#{?client_prefix,#[reverse]^Space#[noreverse],}"
|
|
# sync="#{?pane_synchronized,#[reverse] SYNC #[noreverse],}"
|
|
# mode="#{?pane_in_mode,#[reverse] #{pane_mode} #[noreverse],}"
|
|
#
|
|
# set -g status "on"
|
|
# set -g status-justify "centre"
|
|
# set -g status-left-style "none"
|
|
#
|
|
# set -g message-style "fg=$accent,bg=$bg"
|
|
# set -g message-command-style "fg=$accent,bg=$bg"
|
|
#
|
|
# set -g pane-border-style "fg=$bg"
|
|
# set -g pane-active-border-style "fg=$accent"
|
|
#
|
|
# set -g status-right-style "none"
|
|
# set -g status-style "none,bg=$bg"
|
|
# set -g status-right-length "100"
|
|
# set -g status-left-length "100"
|
|
# setw -g window-status-activity-style "none"
|
|
# setw -g window-status-separator ""
|
|
# setw -g window-status-style "none,fg=$fg_text,bg=$bg"
|
|
#
|
|
# set -g status-left "#[fg=$bg,bg=$accent,bold] #S #[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]"
|
|
#
|
|
# # setw -g window-status-format "#[fg=$grayish,bg=$bg] #I #[fg=$grayish,bg=$bg] #W #F"
|
|
# setw -g window-status-style "NONE,fg=$lighter,bg=$bg"
|
|
# setw -g window-status-format "#[fg=$bg,bg=$bg,nobold,nounderscore,noitalics]#[default] #I #W #F #[fg=$bg,bg=$bg,nobold,nounderscore,noitalics]"
|
|
# setw -g window-status-current-format "#[fg=$bg,bg=$grayish,nobold,nounderscore,noitalics]#[fg=$accent,bg=$grayish,bold,underscore] #I #[fg=$accent,bg=$grayish] #W #[fg=$grayish,bg=$bg,nobold,nounderscore,noitalics]"
|
|
#
|
|
# set -g status-right "#[fg=$accent,bg=$bg,nobold,nounderscore,noitalics]#[fg=$fg_text,bg=$accent] %Y-%m-%d %H:%M #h #[bg=$accent,fg=$darker_accent,nobold,nounderscore,noitalics] #[bg=$fg_text,fg=$darker_accent]$prefix$sync$mode"
|
|
#
|
|
#
|
|
# # set -g status-left '#[fg=colour232,bg=colour37] #S #[fg=colour37,bg=colour73,nobold,nounderscore,noitalics]#[fg=colour232,bg=colour73] #W #[fg=colour73,bg=default,nobold,nounderscore,noitalics] '
|
|
# # setw -g window-status-current-format '#[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]#[fg=default,bg=colour235,bold,underscore]#I #W #F#[fg=colour235,bg=default,nobold,nounderscore,noitalics]'
|
|
# # setw -g window-status-format '#[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour150,bg=default]#I #W#[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]'
|
|
# # set -g status-right '#[fg=colour235,bg=default,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235]%R %a %h-%d #[fg=colour37,bg=colour235,nobold,nounderscore,noitalics] #{prefix_highlight}'
|
|
#
|
|
# # set -g status-left '#[fg=colour232,bg=colour154] #S #[fg=colour154,bg=colour238,nobold,nounderscore,noitalics]#[fg=colour222,bg=colour238] #W #[fg=colour238,bg=colour235,nobold,nounderscore,noitalics]#[fg=colour121,bg=colour235] #(whoami) #(uptime | cut -d " " -f 1,2,3) #[fg=colour235,bg=colour235,nobold,nounderscore,noitalics]'
|
|
#
|
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
# TokyoNight colors for Tmux
|
|
|
|
set -g mode-style "fg=#2e7de9,bg=#a8aecb"
|
|
|
|
set -g message-style "fg=#2e7de9,bg=#a8aecb"
|
|
set -g message-command-style "fg=#2e7de9,bg=#a8aecb"
|
|
|
|
set -g pane-border-style "fg=#a8aecb"
|
|
set -g pane-active-border-style "fg=#2e7de9"
|
|
|
|
set -g status "on"
|
|
set -g status-justify "centre"
|
|
|
|
set -g status-style "fg=#2e7de9,bg=#e9e9ec"
|
|
|
|
set -g status-left-length "100"
|
|
set -g status-right-length "100"
|
|
|
|
set -g status-left-style NONE
|
|
set -g status-right-style NONE
|
|
|
|
set -g status-left "#[fg=#e9e9ed,bg=#2e7de9,bold] #S #[fg=#2e7de9,bg=#e9e9ec,nobold,nounderscore,noitalics]"
|
|
set -g status-right "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#e9e9ec] #{prefix_highlight} #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb] %Y-%m-%d %I:%M %p #[fg=#2e7de9,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#e9e9ed,bg=#2e7de9,bold] #h "
|
|
|
|
setw -g window-status-activity-style "underscore,fg=#6172b0,bg=#e9e9ec"
|
|
setw -g window-status-separator ""
|
|
setw -g window-status-style "NONE,fg=#6172b0,bg=#e9e9ec"
|
|
setw -g window-status-format "#[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]#[default] #I #W #F #[fg=#e9e9ec,bg=#e9e9ec,nobold,nounderscore,noitalics]"
|
|
setw -g window-status-current-format "#[fg=#e9e9ec,bg=#a8aecb,nobold,nounderscore,noitalics]#[fg=#2e7de9,bg=#a8aecb,bold] #I #W #F #[fg=#a8aecb,bg=#e9e9ec,nobold,nounderscore,noitalics]"
|
|
|
|
# tmux-plugins/tmux-prefix-highlight support
|
|
set -g @prefix_highlight_output_prefix "#[fg=#8c6c3e]#[bg=#e9e9ec]#[fg=#e9e9ec]#[bg=#8c6c3e]"
|
|
set -g @prefix_highlight_output_suffix ""
|