diff --git a/tmux-right.sh b/tmux-right.sh index a6a0a07..ba39697 100755 --- a/tmux-right.sh +++ b/tmux-right.sh @@ -4,4 +4,4 @@ HOST=$(hostname -s) UTC=$(date -u +"%H:%M") STRING_UP=$(echo "$UP") STRING_GMT=$(echo "UTC $UTC") -echo '#('echo $STRING_GMT') #[fg=green] #('echo $STRING_UP') #[fg=black bg=green] #('echo $HOST') ' +printf "$STRING_GMT #[fg=green] $STRING_UP #[fg=black bg=green] $HOST " diff --git a/tmux.conf b/tmux.conf index 805a30e..f487132 100644 --- a/tmux.conf +++ b/tmux.conf @@ -16,8 +16,8 @@ bind-key Right swap-window -t +1\; select-window -t +1 # pane border colors -set -g pane-border-fg black -set -g pane-active-border-fg white +#set -g pane-border-fg black +#set -g pane-active-border-fg white # # status bar shenanigans @@ -47,4 +47,4 @@ set-window-option -g window-status-current-style "bg=green, fg=black" set-window-option -g window-status-bell-style "fg=yellow" set-window-option -g window-status-activity-style "fg=blue" set-window-option -g window-status-format ' #I #W ' -set-window-option -g window-status-current-format ' #I #W ' \ No newline at end of file +set-window-option -g window-status-current-format ' #I #W '