commit 4930f89145c910399d4c909046d8ea0c78d34f9e
parent dc2d3faa4e1983208412a40fa6c00bef1de5cdcd
Author: Anders Damsgaard <andersd@riseup.net>
Date: Wed, 15 Nov 2017 21:20:03 -0500
remove session name and date from status bar
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/links/.tmux.conf b/links/.tmux.conf
@@ -37,11 +37,11 @@ set -g message-style fg=white,bg=black # appearance of messages
set -g message-command-style fg=white # appearance of message cmds
# Left section of status bar
-set -g status-left "#[fg=#333333]s:#S #[fg=#999999]| "
+set -g status-left ""
# Right section of status bar
-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=#333333]%Y-%m-%d #[fg=#666666]%R\""
+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=#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=#666666]%R\""
# Scaling of status-bar sections
set -g status-right-length 40