dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 811c1a5cbae4895e145ccc91f759918e07ae5afc
parent 33e9f0d14ea8e5dc145c0078e214a245e6930cea
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 31 Oct 2017 20:04:29 -0400

use same coloring for linux and darwin, and update message colors

Diffstat:
Mlinks/.tmux.conf | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -89,7 +89,7 @@ set -g status-left "#[fg=#333333]s:#S #[fg=#999999]| " set -g status-right-length 40 if-shell 'uname | grep -qi Darwin' "set -g status-right \"#[fg=#81a2be]#(/usr/local/bin/mpc | head -n 1 | sed 's/volume.*$//' | cut -c 1-22) #[fg=cyan]#(~/bin/battery-osx) #(~/bin/mailstatus.sh) #[fg=yellow]#(uptime|sed 's/.* //') #[fg=#333333]%Y-%m-%d #[fg=#666666]%R\"" -if-shell 'uname | grep -qi Linux' "set -g status-right \"#[fg=cyan]#(acpi|sed 's/Battery//; s/0://; s/Discharging//; s/Full, //; s/remaining//; s/ , //; s/Charging, /+/; s/ until charged/ /; s/, / /; s/Unknown //; s/ $//;') #(~/bin/mailstatus.sh) #[fg=yellow]#(cat /proc/loadavg|awk '{print $1;}') #[fg=green]%Y-%m-%d %R\"" +if-shell 'uname | grep -qi Linux' "set -g status-right \"#[fg=cyan]#(acpi|sed 's/Battery//; s/0://; s/Discharging//; s/Full, //; s/remaining//; s/ , //; s/Charging, /+/; s/ until charged/ /; s/, / /; s/Unknown //; s/ $//;') #(~/bin/mailstatus.sh) #[fg=yellow]#(cat /proc/loadavg|awk '{print $1;}') #[fg=#333333]%Y-%m-%d #[fg=#666666]%R\"" set -g status-justify left # Timeout for pane-numbering in milliseconds @@ -119,8 +119,8 @@ set -g pane-border-fg colour238 set -g pane-active-border-fg colour247 # Status messages -set -g message-style fg=color0,bg=color1 -set -g message-command-style fg=color0,bg=color1 +set -g message-style fg=white,bg=black +set -g message-command-style fg=white,bg=default # use urlview to follow URLs bind-key u capture-pane -J \; \