mirror of
https://github.com/jimeh/tmux-themepack.git
synced 2026-02-19 03:16:38 +00:00
@@ -2,33 +2,35 @@
|
|||||||
# Basic theme
|
# Basic theme
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#I"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "#H"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-right-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#I"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -73,20 +75,36 @@ set -goqF @theme-window-status-current-format " #{@themepack-window-status-curre
|
|||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goq @theme-window-status-separator ""
|
set -goq @theme-window-status-separator ""
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -41,20 +41,36 @@ set -goq @theme-window-status-current-format "#I:#W#F"
|
|||||||
set -goq @theme-window-status-format "#I:#W#F"
|
set -goq @theme-window-status-format "#I:#W#F"
|
||||||
set -goq @theme-window-status-separator " "
|
set -goq @theme-window-status-separator " "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour24
|
set -goq @powerline-color-main-1 colour24
|
||||||
set -goq @powerline-color-main-2 colour33
|
set -goq @powerline-color-main-2 colour33
|
||||||
set -goq @powerline-color-main-3 colour31
|
set -goq @powerline-color-main-3 colour31
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour39
|
set -goq @powerline-color-main-1 colour39
|
||||||
set -goq @powerline-color-main-2 colour81
|
set -goq @powerline-color-main-2 colour81
|
||||||
set -goq @powerline-color-main-3 colour75
|
set -goq @powerline-color-main-3 colour75
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour245
|
set -goq @powerline-color-main-1 colour245
|
||||||
set -goq @powerline-color-main-2 colour250
|
set -goq @powerline-color-main-2 colour250
|
||||||
set -goq @powerline-color-main-3 colour245
|
set -goq @powerline-color-main-3 colour245
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour100
|
set -goq @powerline-color-main-1 colour100
|
||||||
set -goq @powerline-color-main-2 colour190
|
set -goq @powerline-color-main-2 colour190
|
||||||
set -goq @powerline-color-main-3 colour107
|
set -goq @powerline-color-main-3 colour107
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour125
|
set -goq @powerline-color-main-1 colour125
|
||||||
set -goq @powerline-color-main-2 colour127
|
set -goq @powerline-color-main-2 colour127
|
||||||
set -goq @powerline-color-main-3 colour129
|
set -goq @powerline-color-main-3 colour129
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour130
|
set -goq @powerline-color-main-1 colour130
|
||||||
set -goq @powerline-color-main-2 colour166
|
set -goq @powerline-color-main-2 colour166
|
||||||
set -goq @powerline-color-main-3 colour130
|
set -goq @powerline-color-main-3 colour130
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour90
|
set -goq @powerline-color-main-1 colour90
|
||||||
set -goq @powerline-color-main-2 colour129
|
set -goq @powerline-color-main-2 colour129
|
||||||
set -goq @powerline-color-main-3 colour141
|
set -goq @powerline-color-main-3 colour141
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour88
|
set -goq @powerline-color-main-1 colour88
|
||||||
set -goq @powerline-color-main-2 colour160
|
set -goq @powerline-color-main-2 colour160
|
||||||
set -goq @powerline-color-main-3 colour124
|
set -goq @powerline-color-main-3 colour124
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour227
|
set -goq @powerline-color-main-1 colour227
|
||||||
set -goq @powerline-color-main-2 colour227
|
set -goq @powerline-color-main-2 colour227
|
||||||
set -goq @powerline-color-main-3 colour229
|
set -goq @powerline-color-main-3 colour229
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Block Override
|
# Powerline Block Override
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour24
|
set -goq @powerline-color-main-1 colour24
|
||||||
set -goq @powerline-color-main-2 colour33
|
set -goq @powerline-color-main-2 colour33
|
||||||
set -goq @powerline-color-main-3 colour31
|
set -goq @powerline-color-main-3 colour31
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour39
|
set -goq @powerline-color-main-1 colour39
|
||||||
set -goq @powerline-color-main-2 colour81
|
set -goq @powerline-color-main-2 colour81
|
||||||
set -goq @powerline-color-main-3 colour75
|
set -goq @powerline-color-main-3 colour75
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour245
|
set -goq @powerline-color-main-1 colour245
|
||||||
set -goq @powerline-color-main-2 colour250
|
set -goq @powerline-color-main-2 colour250
|
||||||
set -goq @powerline-color-main-3 colour245
|
set -goq @powerline-color-main-3 colour245
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour100
|
set -goq @powerline-color-main-1 colour100
|
||||||
set -goq @powerline-color-main-2 colour190
|
set -goq @powerline-color-main-2 colour190
|
||||||
set -goq @powerline-color-main-3 colour107
|
set -goq @powerline-color-main-3 colour107
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour125
|
set -goq @powerline-color-main-1 colour125
|
||||||
set -goq @powerline-color-main-2 colour127
|
set -goq @powerline-color-main-2 colour127
|
||||||
set -goq @powerline-color-main-3 colour129
|
set -goq @powerline-color-main-3 colour129
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour130
|
set -goq @powerline-color-main-1 colour130
|
||||||
set -goq @powerline-color-main-2 colour166
|
set -goq @powerline-color-main-2 colour166
|
||||||
set -goq @powerline-color-main-3 colour130
|
set -goq @powerline-color-main-3 colour130
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour90
|
set -goq @powerline-color-main-1 colour90
|
||||||
set -goq @powerline-color-main-2 colour129
|
set -goq @powerline-color-main-2 colour129
|
||||||
set -goq @powerline-color-main-3 colour141
|
set -goq @powerline-color-main-3 colour141
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour88
|
set -goq @powerline-color-main-1 colour88
|
||||||
set -goq @powerline-color-main-2 colour160
|
set -goq @powerline-color-main-2 colour160
|
||||||
set -goq @powerline-color-main-3 colour124
|
set -goq @powerline-color-main-3 colour124
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour227
|
set -goq @powerline-color-main-1 colour227
|
||||||
set -goq @powerline-color-main-2 colour227
|
set -goq @powerline-color-main-2 colour227
|
||||||
set -goq @powerline-color-main-3 colour229
|
set -goq @powerline-color-main-3 colour229
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline options
|
# Powerline options
|
||||||
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
set -goqF @powerline-color-activity-1 "#{@powerline-color-grey-6}"
|
||||||
@@ -106,26 +108,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour24
|
set -goq @powerline-color-main-1 colour24
|
||||||
set -goq @powerline-color-main-2 colour33
|
set -goq @powerline-color-main-2 colour33
|
||||||
set -goq @powerline-color-main-3 colour31
|
set -goq @powerline-color-main-3 colour31
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour39
|
set -goq @powerline-color-main-1 colour39
|
||||||
set -goq @powerline-color-main-2 colour81
|
set -goq @powerline-color-main-2 colour81
|
||||||
set -goq @powerline-color-main-3 colour75
|
set -goq @powerline-color-main-3 colour75
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour100
|
set -goq @powerline-color-main-1 colour100
|
||||||
set -goq @powerline-color-main-2 colour190
|
set -goq @powerline-color-main-2 colour190
|
||||||
set -goq @powerline-color-main-3 colour107
|
set -goq @powerline-color-main-3 colour107
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour125
|
set -goq @powerline-color-main-1 colour125
|
||||||
set -goq @powerline-color-main-2 colour127
|
set -goq @powerline-color-main-2 colour127
|
||||||
set -goq @powerline-color-main-3 colour129
|
set -goq @powerline-color-main-3 colour129
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour130
|
set -goq @powerline-color-main-1 colour130
|
||||||
set -goq @powerline-color-main-2 colour166
|
set -goq @powerline-color-main-2 colour166
|
||||||
set -goq @powerline-color-main-3 colour130
|
set -goq @powerline-color-main-3 colour130
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour90
|
set -goq @powerline-color-main-1 colour90
|
||||||
set -goq @powerline-color-main-2 colour129
|
set -goq @powerline-color-main-2 colour129
|
||||||
set -goq @powerline-color-main-3 colour141
|
set -goq @powerline-color-main-3 colour141
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour88
|
set -goq @powerline-color-main-1 colour88
|
||||||
set -goq @powerline-color-main-2 colour160
|
set -goq @powerline-color-main-2 colour160
|
||||||
set -goq @powerline-color-main-3 colour124
|
set -goq @powerline-color-main-3 colour124
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -8,33 +8,35 @@
|
|||||||
# https://github.com/powerline/fonts
|
# https://github.com/powerline/fonts
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
set -goq @themepack-window-status-prefix ""
|
||||||
set -goq @themepack-window-status-suffix ""
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -45,16 +47,16 @@ set -gqF @themepack-window-status-current-format "#{@themepack-window-status-cur
|
|||||||
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
set -gqF @themepack-window-status-format "#{@themepack-window-status-prefix}#{@themepack-window-status-format}#{@themepack-window-status-suffix}"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
set -goq @powerline-color-main-1 colour227
|
set -goq @powerline-color-main-1 colour227
|
||||||
set -goq @powerline-color-main-2 colour227
|
set -goq @powerline-color-main-2 colour227
|
||||||
set -goq @powerline-color-main-3 colour229
|
set -goq @powerline-color-main-3 colour229
|
||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|
||||||
# Powerline Double Override
|
# Powerline Double Override
|
||||||
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
||||||
@@ -109,26 +111,42 @@ set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
|||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -1,17 +1,33 @@
|
|||||||
# Apply theme options
|
# Customizable prefixes and suffixes for @theme-* format options
|
||||||
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
set -goq @theme-status-left-prefix ""
|
||||||
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
set -goq @theme-status-left-suffix ""
|
||||||
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
set -goq @theme-status-right-prefix ""
|
||||||
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
set -goq @theme-status-right-suffix ""
|
||||||
set -gF status-interval "#{@theme-status-interval}"
|
set -goq @theme-window-status-current-prefix ""
|
||||||
set -gF status-justify "#{@theme-status-justify}"
|
set -goq @theme-window-status-current-suffix ""
|
||||||
set -gF status-left "#{@theme-status-left}"
|
set -goq @theme-window-status-prefix ""
|
||||||
set -gF status-left-length "#{@theme-status-left-length}"
|
set -goq @theme-window-status-suffix ""
|
||||||
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
|
||||||
set -gF status-right "#{@theme-status-right}"
|
# Apply prefixes and suffixes to @theme-* format options
|
||||||
set -gF status-right-length "#{@theme-status-right-length}"
|
set -gqF @theme-status-left "#{@theme-status-left-prefix}#{@theme-status-left}#{@theme-status-left-suffix}"
|
||||||
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
set -gqF @theme-status-right "#{@theme-status-right-prefix}#{@theme-status-right}#{@theme-status-right-suffix}"
|
||||||
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
set -gqF @theme-window-status-current-format "#{@theme-window-status-current-prefix}#{@theme-window-status-current-format}#{@theme-window-status-current-suffix}"
|
||||||
|
set -gqF @theme-window-status-format "#{@theme-window-status-prefix}#{@theme-window-status-format}#{@theme-window-status-suffix}"
|
||||||
|
|
||||||
|
# Apply @theme-* options to Tmux
|
||||||
|
set -gF display-panes-active-colour "#{@theme-display-panes-active-colour}"
|
||||||
|
set -gF display-panes-colour "#{@theme-display-panes-colour}"
|
||||||
|
set -gF message-command-style "fg=#{@theme-message-command-fg},bg=#{@theme-message-command-bg}"
|
||||||
|
set -gF message-style "fg=#{@theme-message-fg},bg=#{@theme-message-bg}"
|
||||||
|
set -gF status-interval "#{@theme-status-interval}"
|
||||||
|
set -gF status-justify "#{@theme-status-justify}"
|
||||||
|
set -gF status-left "#{@theme-status-left}"
|
||||||
|
set -gF status-left-length "#{@theme-status-left-length}"
|
||||||
|
set -gF status-left-style "fg=#{@theme-status-left-fg},bg=#{@theme-status-left-bg}"
|
||||||
|
set -gF status-right "#{@theme-status-right}"
|
||||||
|
set -gF status-right-length "#{@theme-status-right-length}"
|
||||||
|
set -gF status-right-style "fg=#{@theme-status-right-fg},bg=#{@theme-status-right-bg}"
|
||||||
|
set -gF status-style "fg=#{@theme-status-fg},bg=#{@theme-status-bg}"
|
||||||
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
set -gwF clock-mode-colour "#{@theme-clock-mode-colour}"
|
||||||
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
set -gwF clock-mode-style "#{@theme-clock-mode-style}"
|
||||||
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
set -gwF mode-style "fg=#{@theme-mode-fg},bg=#{@theme-mode-bg}"
|
||||||
|
|||||||
@@ -1,4 +1,22 @@
|
|||||||
# Themepack format options - combine prefixes, formats, and suffixes
|
# Customizable prefixes and suffixes for @themepack-* format options
|
||||||
|
set -goq @themepack-status-left-area-left-prefix ""
|
||||||
|
set -goq @themepack-status-left-area-left-suffix ""
|
||||||
|
set -goq @themepack-status-left-area-middle-prefix ""
|
||||||
|
set -goq @themepack-status-left-area-middle-suffix ""
|
||||||
|
set -goq @themepack-status-left-area-right-prefix ""
|
||||||
|
set -goq @themepack-status-left-area-right-suffix ""
|
||||||
|
set -goq @themepack-status-right-area-left-prefix ""
|
||||||
|
set -goq @themepack-status-right-area-left-suffix ""
|
||||||
|
set -goq @themepack-status-right-area-middle-prefix ""
|
||||||
|
set -goq @themepack-status-right-area-middle-suffix ""
|
||||||
|
set -goq @themepack-status-right-area-right-prefix ""
|
||||||
|
set -goq @themepack-status-right-area-right-suffix ""
|
||||||
|
set -goq @themepack-window-status-current-prefix ""
|
||||||
|
set -goq @themepack-window-status-current-suffix ""
|
||||||
|
set -goq @themepack-window-status-prefix ""
|
||||||
|
set -goq @themepack-window-status-suffix ""
|
||||||
|
|
||||||
|
# Apply prefixes and suffixes to @themepack-* format options
|
||||||
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
set -gqF @themepack-status-left-area-left-format "#{@themepack-status-left-area-left-prefix}#{@themepack-status-left-area-left-format}#{@themepack-status-left-area-left-suffix}"
|
||||||
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
set -gqF @themepack-status-left-area-middle-format "#{@themepack-status-left-area-middle-prefix}#{@themepack-status-left-area-middle-format}#{@themepack-status-left-area-middle-suffix}"
|
||||||
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
set -gqF @themepack-status-left-area-right-format "#{@themepack-status-left-area-right-prefix}#{@themepack-status-left-area-right-format}#{@themepack-status-left-area-right-suffix}"
|
||||||
@@ -2,33 +2,17 @@
|
|||||||
# Basic theme
|
# Basic theme
|
||||||
#
|
#
|
||||||
|
|
||||||
# Themepack format options - Overrideable
|
# Themepack format options
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
|
||||||
set -goq @themepack-status-left-area-middle-format "#I"
|
set -goq @themepack-status-left-area-middle-format "#I"
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
|
||||||
set -goq @themepack-status-left-area-right-format "#P"
|
set -goq @themepack-status-left-area-right-format "#P"
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-left-format "#H"
|
set -goq @themepack-status-right-area-left-format "#H"
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-middle-format "%H:%M:%S"
|
set -goq @themepack-status-right-area-middle-format "%H:%M:%S"
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-right-format "%d-%b-%y"
|
set -goq @themepack-status-right-area-right-format "%d-%b-%y"
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
set -goq @themepack-window-status-prefix ""
|
|
||||||
set -goq @themepack-window-status-suffix ""
|
|
||||||
|
|
||||||
#= include "_formats_combine"
|
#= include "_themepack-options-affixes"
|
||||||
|
|
||||||
# Theme options
|
# Theme options
|
||||||
set -goq @theme-clock-mode-colour red
|
set -goq @theme-clock-mode-colour red
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
set -goq @powerline-color-black-1 black
|
set -goq @powerline-color-black-1 black
|
||||||
set -goq @powerline-color-grey-1 colour233
|
set -goq @powerline-color-grey-1 colour233
|
||||||
set -goq @powerline-color-grey-2 colour235
|
set -goq @powerline-color-grey-2 colour235
|
||||||
set -goq @powerline-color-grey-3 colour238
|
set -goq @powerline-color-grey-3 colour238
|
||||||
set -goq @powerline-color-grey-4 colour240
|
set -goq @powerline-color-grey-4 colour240
|
||||||
set -goq @powerline-color-grey-5 colour243
|
set -goq @powerline-color-grey-5 colour243
|
||||||
set -goq @powerline-color-grey-6 colour245
|
set -goq @powerline-color-grey-6 colour245
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour24
|
set -goq @powerline-color-main-1 colour24
|
||||||
set -goq @powerline-color-main-2 colour33
|
set -goq @powerline-color-main-2 colour33
|
||||||
set -goq @powerline-color-main-3 colour31
|
set -goq @powerline-color-main-3 colour31
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour39
|
set -goq @powerline-color-main-1 colour39
|
||||||
set -goq @powerline-color-main-2 colour81
|
set -goq @powerline-color-main-2 colour81
|
||||||
set -goq @powerline-color-main-3 colour75
|
set -goq @powerline-color-main-3 colour75
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour245
|
set -goq @powerline-color-main-1 colour245
|
||||||
set -goq @powerline-color-main-2 colour250
|
set -goq @powerline-color-main-2 colour250
|
||||||
set -goq @powerline-color-main-3 colour245
|
set -goq @powerline-color-main-3 colour245
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour100
|
set -goq @powerline-color-main-1 colour100
|
||||||
set -goq @powerline-color-main-2 colour190
|
set -goq @powerline-color-main-2 colour190
|
||||||
set -goq @powerline-color-main-3 colour107
|
set -goq @powerline-color-main-3 colour107
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour125
|
set -goq @powerline-color-main-1 colour125
|
||||||
set -goq @powerline-color-main-2 colour127
|
set -goq @powerline-color-main-2 colour127
|
||||||
set -goq @powerline-color-main-3 colour129
|
set -goq @powerline-color-main-3 colour129
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour130
|
set -goq @powerline-color-main-1 colour130
|
||||||
set -goq @powerline-color-main-2 colour166
|
set -goq @powerline-color-main-2 colour166
|
||||||
set -goq @powerline-color-main-3 colour130
|
set -goq @powerline-color-main-3 colour130
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour90
|
set -goq @powerline-color-main-1 colour90
|
||||||
set -goq @powerline-color-main-2 colour129
|
set -goq @powerline-color-main-2 colour129
|
||||||
set -goq @powerline-color-main-3 colour141
|
set -goq @powerline-color-main-3 colour141
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour88
|
set -goq @powerline-color-main-1 colour88
|
||||||
set -goq @powerline-color-main-2 colour160
|
set -goq @powerline-color-main-2 colour160
|
||||||
set -goq @powerline-color-main-3 colour124
|
set -goq @powerline-color-main-3 colour124
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
set -goq @powerline-color-main-1 colour227
|
set -goq @powerline-color-main-1 colour227
|
||||||
set -goq @powerline-color-main-2 colour227
|
set -goq @powerline-color-main-2 colour227
|
||||||
set -goq @powerline-color-main-3 colour229
|
set -goq @powerline-color-main-3 colour229
|
||||||
|
|||||||
@@ -1,27 +0,0 @@
|
|||||||
# Themepack format options - Overrideable
|
|
||||||
set -goq @themepack-status-left-area-left-format "#S"
|
|
||||||
set -goq @themepack-status-left-area-left-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-left-suffix ""
|
|
||||||
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
|
||||||
set -goq @themepack-status-left-area-middle-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-middle-suffix ""
|
|
||||||
set -goq @themepack-status-left-area-right-format "#I:#P"
|
|
||||||
set -goq @themepack-status-left-area-right-prefix ""
|
|
||||||
set -goq @themepack-status-left-area-right-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
|
||||||
set -goq @themepack-status-right-area-left-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-left-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
|
||||||
set -goq @themepack-status-right-area-middle-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-middle-suffix ""
|
|
||||||
set -goq @themepack-status-right-area-right-format "#H"
|
|
||||||
set -goq @themepack-status-right-area-right-prefix ""
|
|
||||||
set -goq @themepack-status-right-area-right-suffix ""
|
|
||||||
set -goq @themepack-window-status-current-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-current-prefix ""
|
|
||||||
set -goq @themepack-window-status-current-suffix ""
|
|
||||||
set -goq @themepack-window-status-format "#I:#W#F"
|
|
||||||
set -goq @themepack-window-status-prefix ""
|
|
||||||
set -goq @themepack-window-status-suffix ""
|
|
||||||
|
|
||||||
#= include "_formats_combine"
|
|
||||||
@@ -1,7 +1,4 @@
|
|||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-main-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-black-1}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
set -goqF @theme-window-status-current-format " #{@themepack-window-status-current-format} "
|
||||||
@@ -1,7 +1,5 @@
|
|||||||
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
|
||||||
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
|
||||||
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
set -goqF @theme-window-status-current-bg "#{@powerline-color-black-1}"
|
||||||
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
set -goqF @theme-window-status-current-fg "#{@powerline-color-main-2}"
|
||||||
set -goq @theme-window-status-separator ""
|
|
||||||
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
set -goqF @theme-window-status-format " #{@themepack-window-status-format} "
|
||||||
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
set -goqF @theme-window-status-current-format "#[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg}]#[fg=#{@theme-window-status-current-fg},nobold] #{@themepack-window-status-current-format} #[fg=#{@theme-status-bg},bg=#{@theme-window-status-current-bg},nobold]"
|
||||||
|
|
||||||
@@ -25,3 +25,6 @@ set -goqF @theme-status-right "#[fg=#{@powerline-status-right-area-left-bg},bg=#
|
|||||||
set -goqF @theme-status-right-bg "#{@powerline-status-right-bg}"
|
set -goqF @theme-status-right-bg "#{@powerline-status-right-bg}"
|
||||||
set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
set -goqF @theme-status-right-fg "#{@powerline-status-right-fg}"
|
||||||
set -goq @theme-status-right-length 150
|
set -goq @theme-status-right-length 150
|
||||||
|
set -goqF @theme-window-status-activity-bg "#{@theme-status-bg}"
|
||||||
|
set -goqF @theme-window-status-activity-fg "#{@powerline-color-activity-1}"
|
||||||
|
set -goq @theme-window-status-separator ""
|
||||||
|
|||||||
11
src/powerline/_themepack-options.tmuxsh
Normal file
11
src/powerline/_themepack-options.tmuxsh
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Themepack format options
|
||||||
|
set -goq @themepack-status-left-area-left-format "#S"
|
||||||
|
set -goq @themepack-status-left-area-middle-format "#(whoami)"
|
||||||
|
set -goq @themepack-status-left-area-right-format "#I:#P"
|
||||||
|
set -goq @themepack-status-right-area-left-format "%H:%M:%S"
|
||||||
|
set -goq @themepack-status-right-area-middle-format "%d-%b-%y"
|
||||||
|
set -goq @themepack-status-right-area-right-format "#H"
|
||||||
|
set -goq @themepack-window-status-current-format "#I:#W#F"
|
||||||
|
set -goq @themepack-window-status-format "#I:#W#F"
|
||||||
|
|
||||||
|
#= include "_themepack-options-affixes"
|
||||||
@@ -6,6 +6,6 @@ set -goqF @powerline-color-activity-1 "#{@powerline-color-main-3}"
|
|||||||
#= include "powerline/_powerline-options"
|
#= include "powerline/_powerline-options"
|
||||||
|
|
||||||
#= include "powerline/_theme-options"
|
#= include "powerline/_theme-options"
|
||||||
#= include "powerline/_window-status-block"
|
#= include "powerline/_theme-options-block"
|
||||||
|
|
||||||
#= include "_apply"
|
#= include "_apply"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Blue Block - Tmux Themepack
|
# Powerline Blue Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/blue"
|
#= include "powerline/_colors/blue"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Cyan Block - Tmux Themepack
|
# Powerline Cyan Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/cyan"
|
#= include "powerline/_colors/cyan"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Gray Block - Tmux Themepack
|
# Powerline Gray Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/gray"
|
#= include "powerline/_colors/gray"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Green Block - Tmux Themepack
|
# Powerline Green Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/green"
|
#= include "powerline/_colors/green"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Magenta Block - Tmux Themepack
|
# Powerline Magenta Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/magenta"
|
#= include "powerline/_colors/magenta"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Orange Block - Tmux Themepack
|
# Powerline Orange Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/orange"
|
#= include "powerline/_colors/orange"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Purple Block - Tmux Themepack
|
# Powerline Purple Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/purple"
|
#= include "powerline/_colors/purple"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Red Block - Tmux Themepack
|
# Powerline Red Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/red"
|
#= include "powerline/_colors/red"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Yellow Block - Tmux Themepack
|
# Powerline Yellow Block - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/yellow"
|
#= include "powerline/_colors/yellow"
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
#= include "powerline/_powerline-options"
|
#= include "powerline/_powerline-options"
|
||||||
|
|
||||||
#= include "powerline/_theme-options"
|
#= include "powerline/_theme-options"
|
||||||
#= include "powerline/_window-status-default"
|
#= include "powerline/_theme-options-default"
|
||||||
|
|
||||||
#= include "_apply"
|
#= include "_apply"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Blue - Tmux Themepack
|
# Powerline Blue - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/blue"
|
#= include "powerline/_colors/blue"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Cyan - Tmux Themepack
|
# Powerline Cyan - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/cyan"
|
#= include "powerline/_colors/cyan"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Gray - Tmux Themepack
|
# Powerline Gray - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/gray"
|
#= include "powerline/_colors/gray"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Green - Tmux Themepack
|
# Powerline Green - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/green"
|
#= include "powerline/_colors/green"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Magenta - Tmux Themepack
|
# Powerline Magenta - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/magenta"
|
#= include "powerline/_colors/magenta"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Orange - Tmux Themepack
|
# Powerline Orange - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/orange"
|
#= include "powerline/_colors/orange"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Purple - Tmux Themepack
|
# Powerline Purple - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/purple"
|
#= include "powerline/_colors/purple"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Red - Tmux Themepack
|
# Powerline Red - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/red"
|
#= include "powerline/_colors/red"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Yellow - Tmux Themepack
|
# Powerline Yellow - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/yellow"
|
#= include "powerline/_colors/yellow"
|
||||||
|
|||||||
@@ -6,6 +6,6 @@ set -goqF @powerline-status-right-area-right-bg "#{@powerline-color-main-1}"
|
|||||||
#= include "powerline/_powerline-options"
|
#= include "powerline/_powerline-options"
|
||||||
|
|
||||||
#= include "powerline/_theme-options"
|
#= include "powerline/_theme-options"
|
||||||
#= include "powerline/_window-status-default"
|
#= include "powerline/_theme-options-default"
|
||||||
|
|
||||||
#= include "_apply"
|
#= include "_apply"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Blue - Tmux Themepack
|
# Powerline Double Blue - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/blue"
|
#= include "powerline/_colors/blue"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Cyan - Tmux Themepack
|
# Powerline Double Cyan - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/cyan"
|
#= include "powerline/_colors/cyan"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Green - Tmux Themepack
|
# Powerline Double Green - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/green"
|
#= include "powerline/_colors/green"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Magenta - Tmux Themepack
|
# Powerline Double Magenta - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/magenta"
|
#= include "powerline/_colors/magenta"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Orange - Tmux Themepack
|
# Powerline Double Orange - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/orange"
|
#= include "powerline/_colors/orange"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Purple - Tmux Themepack
|
# Powerline Double Purple - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/purple"
|
#= include "powerline/_colors/purple"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Red - Tmux Themepack
|
# Powerline Double Red - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/red"
|
#= include "powerline/_colors/red"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Powerline Double Yellow - Tmux Themepack
|
# Powerline Double Yellow - Tmux Themepack
|
||||||
#= include "powerline/_info"
|
#= include "powerline/_info"
|
||||||
|
|
||||||
#= include "powerline/_formats"
|
#= include "powerline/_themepack-options"
|
||||||
|
|
||||||
# Powerline color options
|
# Powerline color options
|
||||||
#= include "powerline/_colors/yellow"
|
#= include "powerline/_colors/yellow"
|
||||||
|
|||||||
@@ -46,13 +46,13 @@ func TestBasicTheme(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBasicCustomizability(t *testing.T) {
|
func TestBasicThemepackOverrides(t *testing.T) {
|
||||||
name := "basic"
|
name := "basic"
|
||||||
filename := "../" + name + ".tmuxtheme"
|
filename := "../" + name + ".tmuxtheme"
|
||||||
|
|
||||||
tmuxSetup()
|
tmuxSetup()
|
||||||
|
|
||||||
out, err := tm.Exec("source-file", "tmux-custom-overrides.conf")
|
out, err := tm.Exec("source-file", "themepack-overrides.conf")
|
||||||
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
out, err = tm.Exec("source-file", filename)
|
out, err = tm.Exec("source-file", filename)
|
||||||
@@ -69,10 +69,39 @@ func TestBasicCustomizability(t *testing.T) {
|
|||||||
|
|
||||||
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
assert.Contains(t, opts["window-status-current-format"],
|
assert.Contains(t, opts["window-status-current-format"], "WSCP:WSCF:WSCS")
|
||||||
"WSCP:WSCF:WSCS")
|
assert.Contains(t, opts["window-status-format"], "WSP:WSF:WSS")
|
||||||
assert.Contains(t, opts["window-status-format"],
|
|
||||||
"WSP:WSF:WSS")
|
tmuxTearDown()
|
||||||
|
}
|
||||||
|
|
||||||
|
func TestBasicThemeOverrides(t *testing.T) {
|
||||||
|
name := "basic"
|
||||||
|
filename := "../" + name + ".tmuxtheme"
|
||||||
|
|
||||||
|
tmuxSetup()
|
||||||
|
|
||||||
|
out, err := tm.Exec("source-file", "theme-overrides.conf")
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
|
out, err = tm.Exec("source-file", filename)
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load theme: %s`, name, out)
|
||||||
|
|
||||||
|
opts, err := tm.GetOptions(tmux.GlobalSession)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["status-left"], "SLP=")
|
||||||
|
assertHasSuffix(t, opts["status-left"], "=SLS")
|
||||||
|
assertHasPrefix(t, opts["status-right"], "SRP=")
|
||||||
|
assertHasSuffix(t, opts["status-right"], "=SRS")
|
||||||
|
|
||||||
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["window-status-current-format"], "WSCP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-current-format"], "=WSCS")
|
||||||
|
assertHasPrefix(t, opts["window-status-format"], "WSP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-format"], "=WSS")
|
||||||
|
|
||||||
tmuxTearDown()
|
tmuxTearDown()
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -44,3 +44,34 @@ func TestDefaultTheme(t *testing.T) {
|
|||||||
"status-style": "fg=black,bg=green",
|
"status-style": "fg=black,bg=green",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestDefaultThemeOverrides(t *testing.T) {
|
||||||
|
name := "default"
|
||||||
|
filename := "../" + name + ".tmuxtheme"
|
||||||
|
|
||||||
|
tmuxSetup()
|
||||||
|
|
||||||
|
out, err := tm.Exec("source-file", "theme-overrides.conf")
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
|
out, err = tm.Exec("source-file", filename)
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load theme: %s`, name, out)
|
||||||
|
|
||||||
|
opts, err := tm.GetOptions(tmux.GlobalSession)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["status-left"], "SLP=")
|
||||||
|
assertHasSuffix(t, opts["status-left"], "=SLS")
|
||||||
|
assertHasPrefix(t, opts["status-right"], "SRP=")
|
||||||
|
assertHasSuffix(t, opts["status-right"], "=SRS")
|
||||||
|
|
||||||
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["window-status-current-format"], "WSCP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-current-format"], "=WSCS")
|
||||||
|
assertHasPrefix(t, opts["window-status-format"], "WSP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-format"], "=WSS")
|
||||||
|
|
||||||
|
tmuxTearDown()
|
||||||
|
}
|
||||||
|
|||||||
@@ -66,13 +66,13 @@ func TestPowerlineBlockThemes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPowerlineBlockCustomizability(t *testing.T) {
|
func TestPowerlineBlockThemepackOverrides(t *testing.T) {
|
||||||
for _, name := range powerlineBlockNames {
|
for _, name := range powerlineBlockNames {
|
||||||
filename := "../powerline/block/" + name + ".tmuxtheme"
|
filename := "../powerline/block/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
tmuxSetup()
|
tmuxSetup()
|
||||||
|
|
||||||
out, err := tm.Exec("source-file", "tmux-custom-overrides.conf")
|
out, err := tm.Exec("source-file", "themepack-overrides.conf")
|
||||||
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
out, err = tm.Exec("source-file", filename)
|
out, err = tm.Exec("source-file", filename)
|
||||||
@@ -96,3 +96,35 @@ func TestPowerlineBlockCustomizability(t *testing.T) {
|
|||||||
tmuxTearDown()
|
tmuxTearDown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestPowerlineBlockThemeOverrides(t *testing.T) {
|
||||||
|
for _, name := range powerlineBlockNames {
|
||||||
|
filename := "../powerline/block/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
|
tmuxSetup()
|
||||||
|
|
||||||
|
out, err := tm.Exec("source-file", "theme-overrides.conf")
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
|
out, err = tm.Exec("source-file", filename)
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load theme: %s`, name, out)
|
||||||
|
|
||||||
|
opts, err := tm.GetOptions(tmux.GlobalSession)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["status-left"], "SLP=")
|
||||||
|
assertHasSuffix(t, opts["status-left"], "=SLS")
|
||||||
|
assertHasPrefix(t, opts["status-right"], "SRP=")
|
||||||
|
assertHasSuffix(t, opts["status-right"], "=SRS")
|
||||||
|
|
||||||
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["window-status-current-format"], "WSCP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-current-format"], "=WSCS")
|
||||||
|
assertHasPrefix(t, opts["window-status-format"], "WSP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-format"], "=WSS")
|
||||||
|
|
||||||
|
tmuxTearDown()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -66,13 +66,13 @@ func TestPowerlineDefaultThemes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPowerlineDefaultCustomizability(t *testing.T) {
|
func TestPowerlineDefaultThemepackOverrides(t *testing.T) {
|
||||||
for _, name := range powerlineDefaultNames {
|
for _, name := range powerlineDefaultNames {
|
||||||
filename := "../powerline/default/" + name + ".tmuxtheme"
|
filename := "../powerline/default/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
tmuxSetup()
|
tmuxSetup()
|
||||||
|
|
||||||
out, err := tm.Exec("source-file", "tmux-custom-overrides.conf")
|
out, err := tm.Exec("source-file", "themepack-overrides.conf")
|
||||||
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
out, err = tm.Exec("source-file", filename)
|
out, err = tm.Exec("source-file", filename)
|
||||||
@@ -96,3 +96,35 @@ func TestPowerlineDefaultCustomizability(t *testing.T) {
|
|||||||
tmuxTearDown()
|
tmuxTearDown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestPowerlineDefaultThemeOverrides(t *testing.T) {
|
||||||
|
for _, name := range powerlineDefaultNames {
|
||||||
|
filename := "../powerline/default/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
|
tmuxSetup()
|
||||||
|
|
||||||
|
out, err := tm.Exec("source-file", "theme-overrides.conf")
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
|
out, err = tm.Exec("source-file", filename)
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load theme: %s`, name, out)
|
||||||
|
|
||||||
|
opts, err := tm.GetOptions(tmux.GlobalSession)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["status-left"], "SLP=")
|
||||||
|
assertHasSuffix(t, opts["status-left"], "=SLS")
|
||||||
|
assertHasPrefix(t, opts["status-right"], "SRP=")
|
||||||
|
assertHasSuffix(t, opts["status-right"], "=SRS")
|
||||||
|
|
||||||
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["window-status-current-format"], "WSCP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-current-format"], "=WSCS")
|
||||||
|
assertHasPrefix(t, opts["window-status-format"], "WSP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-format"], "=WSS")
|
||||||
|
|
||||||
|
tmuxTearDown()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -65,13 +65,13 @@ func TestPowerlineDoubleThemes(t *testing.T) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestPowerlineDoubleCustomizability(t *testing.T) {
|
func TestPowerlineDoubleThemepackOverrides(t *testing.T) {
|
||||||
for _, name := range powerlineDoubleNames {
|
for _, name := range powerlineDoubleNames {
|
||||||
filename := "../powerline/double/" + name + ".tmuxtheme"
|
filename := "../powerline/double/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
tmuxSetup()
|
tmuxSetup()
|
||||||
|
|
||||||
out, err := tm.Exec("source-file", "tmux-custom-overrides.conf")
|
out, err := tm.Exec("source-file", "themepack-overrides.conf")
|
||||||
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
out, err = tm.Exec("source-file", filename)
|
out, err = tm.Exec("source-file", filename)
|
||||||
@@ -95,3 +95,35 @@ func TestPowerlineDoubleCustomizability(t *testing.T) {
|
|||||||
tmuxTearDown()
|
tmuxTearDown()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func TestPowerlineDoubleThemeOverrides(t *testing.T) {
|
||||||
|
for _, name := range powerlineDoubleNames {
|
||||||
|
filename := "../powerline/double/" + name + ".tmuxtheme"
|
||||||
|
|
||||||
|
tmuxSetup()
|
||||||
|
|
||||||
|
out, err := tm.Exec("source-file", "theme-overrides.conf")
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load overrides: %s`, name, out)
|
||||||
|
|
||||||
|
out, err = tm.Exec("source-file", filename)
|
||||||
|
assert.NoErrorf(t, err, `%s: Failed to load theme: %s`, name, out)
|
||||||
|
|
||||||
|
opts, err := tm.GetOptions(tmux.GlobalSession)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["status-left"], "SLP=")
|
||||||
|
assertHasSuffix(t, opts["status-left"], "=SLS")
|
||||||
|
assertHasPrefix(t, opts["status-right"], "SRP=")
|
||||||
|
assertHasSuffix(t, opts["status-right"], "=SRS")
|
||||||
|
|
||||||
|
opts, err = tm.GetOptions(tmux.GlobalWindow)
|
||||||
|
assert.NoError(t, err)
|
||||||
|
|
||||||
|
assertHasPrefix(t, opts["window-status-current-format"], "WSCP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-current-format"], "=WSCS")
|
||||||
|
assertHasPrefix(t, opts["window-status-format"], "WSP=")
|
||||||
|
assertHasSuffix(t, opts["window-status-format"], "=WSS")
|
||||||
|
|
||||||
|
tmuxTearDown()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
18
test/test_helpers.go
Normal file
18
test/test_helpers.go
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
package test
|
||||||
|
|
||||||
|
import (
|
||||||
|
"strings"
|
||||||
|
"testing"
|
||||||
|
|
||||||
|
"github.com/stretchr/testify/assert"
|
||||||
|
)
|
||||||
|
|
||||||
|
func assertHasPrefix(t *testing.T, s, prefix string) {
|
||||||
|
assert.Truef(t, strings.HasPrefix(s, prefix),
|
||||||
|
"Expected \"%s\" to begin with \"%s\"", s, prefix)
|
||||||
|
}
|
||||||
|
|
||||||
|
func assertHasSuffix(t *testing.T, s, prefix string) {
|
||||||
|
assert.Truef(t, strings.HasSuffix(s, prefix),
|
||||||
|
"Expected \"%s\" to end with \"%s\"", s, prefix)
|
||||||
|
}
|
||||||
8
test/theme-overrides.conf
Normal file
8
test/theme-overrides.conf
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
set -g @theme-status-left-prefix "SLP="
|
||||||
|
set -g @theme-status-left-suffix "=SLS"
|
||||||
|
set -g @theme-status-right-prefix "SRP="
|
||||||
|
set -g @theme-status-right-suffix "=SRS"
|
||||||
|
set -g @theme-window-status-current-prefix "WSCP="
|
||||||
|
set -g @theme-window-status-current-suffix "=WSCS"
|
||||||
|
set -g @theme-window-status-prefix "WSP="
|
||||||
|
set -g @theme-window-status-suffix "=WSS"
|
||||||
Reference in New Issue
Block a user