You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
3.0 KiB
93 lines
3.0 KiB
#### COLOUR (Solarized 256)
|
|
|
|
# default statusbar colors
|
|
#set-option -g status-style fg=colour136,bg=colour235 #yellow and base02
|
|
|
|
## default window title colors
|
|
#set-window-option -g window-status-style fg=colour244,bg=default #base0 and default
|
|
#set-window-option -g window-status-style dim
|
|
|
|
## active window title colors
|
|
#set-window-option -g window-status-current-style fg=colour166,bg=default #orange and default
|
|
##set-window-option -g window-status-current-style bright
|
|
|
|
## pane border
|
|
#set-option -g pane-border-style fg=colour235 #base02
|
|
#set-option -g pane-active-border-style fg=colour240 #base01
|
|
|
|
## message text
|
|
#set-option -g message-style fg=colour166,bg=colour235 #orange and base02
|
|
|
|
## pane number display
|
|
#set-option -g display-panes-active-colour colour33 #blue
|
|
#set-option -g display-panes-colour colour166 #orange
|
|
|
|
## clock
|
|
#set-window-option -g clock-mode-colour colour64 #green
|
|
|
|
## bell
|
|
#set-window-option -g window-status-bell-style fg=colour235,bg=colour160 #base02, red
|
|
|
|
|
|
#-------------------
|
|
#### COLOUR
|
|
|
|
tm_icon="♟"
|
|
tm_color_active=colour51
|
|
tm_color_inactive=colour241
|
|
tm_color_feature=colour198
|
|
tm_color_music=colour41
|
|
tm_active_border_color=colour51
|
|
|
|
# separators
|
|
tm_separator_left_bold="◀"
|
|
tm_separator_left_thin="❮"
|
|
tm_separator_right_bold="▶"
|
|
tm_separator_right_thin="❯"
|
|
|
|
set -g status-left-length 32
|
|
set -g status-right-length 150
|
|
set -g status-interval 5
|
|
|
|
|
|
# default statusbar colors
|
|
# set-option -g status-bg colour0
|
|
set-option -g status-fg $tm_color_active
|
|
set-option -g status-bg "#002b36" #default
|
|
|
|
# default window title colors
|
|
set -g window-status-style fg=$tm_color_inactive,bg=default
|
|
set -g window-status-format "#I #W"
|
|
|
|
# active window title colors
|
|
set -g window-status-current-style fg=$tm_color_active,bg=default
|
|
set-window-option -g window-status-current-format "#[bold]#I #W"
|
|
|
|
# pane border
|
|
set -g pane-border-style fg=$tm_color_inactive
|
|
set -g pane-active-border-style fg=$tm_active_border_color
|
|
|
|
# message text
|
|
set -g message-style bg=default,fg=$tm_color_active
|
|
|
|
# pane number display
|
|
set-option -g display-panes-active-colour $tm_color_active
|
|
set-option -g display-panes-colour $tm_color_inactive
|
|
|
|
# clock
|
|
set-window-option -g clock-mode-colour $tm_color_active
|
|
|
|
#tm_tunes="#[fg=$tm_color_music]#(osascript ~/.dotfiles/applescripts/tunes.scpt)"
|
|
#tm_battery="#(~/.dotfiles/bin/battery_indicator.sh)"
|
|
#tm_banshee="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/banshee.sh)"
|
|
tm_clementine="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/strawberry.sh)"
|
|
tm_playerctl="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/playerctl.sh)"
|
|
#tm_ytmdesktop="#[fg=$tm_color_music]#($HOME/.dotfiles/tmux/ytm-desktop.sh)"
|
|
tm_battery="#[fg=$tm_color_inactive]#(upower -i /org/freedesktop/UPower/devices/battery_BAT0 | grep percentage | awk '{print $2}')"
|
|
|
|
tm_date="#[fg=$tm_color_inactive] %R %d %b"
|
|
tm_host="#[fg=$tm_color_feature,bold]#h"
|
|
tm_session_name="#[fg=$tm_color_feature,bold]$tm_icon #S"
|
|
|
|
set -g status-left $tm_session_name' '
|
|
set -g status-right $tm_playerctl' '$tm_clementine' '$tm_battery' '$tm_date' '$tm_host
|