From 697e48ee17af1a585381a97798bacc197e5c1867 Mon Sep 17 00:00:00 2001 From: jon Date: Thu, 18 Nov 2021 15:20:11 -0600 Subject: [PATCH] Fixing tmux colors, version 3.2a with F35 broke them. Also added flatpak to path for dmenu. --- bash/.bash_profile | 2 +- tmux/.tmux.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bash/.bash_profile b/bash/.bash_profile index 031ab84..02b0ae8 100644 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -7,6 +7,6 @@ fi # User specific environment and startup programs -PATH=$PATH:$HOME/.local/bin:$HOME/bin +PATH=$PATH:$HOME/.local/bin:$HOME/bin:/var/lib/flatpak/exports/bin export PATH diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index e646206..a9fb878 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -65,7 +65,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded" ### ## Basic status bar colors -set-option -g status-bg default +set-option -g status-bg black set-option -g status-fg white ## Left side of status bar @@ -95,8 +95,8 @@ set-option -g pane-border-style fg=colour238,bg=default set-option -g pane-active-border-style fg=colour4,bg=default # Pane number indicator -set-option -g display-panes-colour brightblack -set-option -g display-panes-active-colour brightwhite +#set-option -g display-panes-colour brightblack +#set-option -g display-panes-active-colour brightwhite # Clock mode set-option -g clock-mode-colour white