Fixing tmux colors, version 3.2a with F35 broke them. Also added flatpak to path for dmenu.
This commit is contained in:
@@ -7,6 +7,6 @@ fi
|
|||||||
|
|
||||||
# User specific environment and startup programs
|
# 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
|
export PATH
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded"
|
|||||||
###
|
###
|
||||||
|
|
||||||
## Basic status bar colors
|
## Basic status bar colors
|
||||||
set-option -g status-bg default
|
set-option -g status-bg black
|
||||||
set-option -g status-fg white
|
set-option -g status-fg white
|
||||||
|
|
||||||
## Left side of status bar
|
## 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
|
set-option -g pane-active-border-style fg=colour4,bg=default
|
||||||
|
|
||||||
# Pane number indicator
|
# Pane number indicator
|
||||||
set-option -g display-panes-colour brightblack
|
#set-option -g display-panes-colour brightblack
|
||||||
set-option -g display-panes-active-colour brightwhite
|
#set-option -g display-panes-active-colour brightwhite
|
||||||
|
|
||||||
# Clock mode
|
# Clock mode
|
||||||
set-option -g clock-mode-colour white
|
set-option -g clock-mode-colour white
|
||||||
|
|||||||
Reference in New Issue
Block a user