diff --git a/.gitignore b/.gitignore index 89fa2d6..ac52bee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ tmux/resurrect tmux/plugins !tmux/plugins/tpm +bin/water +!bin/water/water.sh diff --git a/tmux.conf b/tmux.conf index 3c7197b..b444ca9 100644 --- a/tmux.conf +++ b/tmux.conf @@ -25,8 +25,8 @@ set -g status-interval 5 set -g status-style "bg=black, fg=white" set -g status-right "| #(~/.tmux/plugins/tmux-mem-cpu-load/tmux-mem-cpu-load -p -i 1 -a 1)|#[default] %a %l:%M " set -g status-right-length 100 -set -g status-left "#(~/.dotfiles/bin/weather/weather) | " -set -g status-left-length 20 +set -g status-left "#(~/.dotfiles/bin/weather/weather) | #(~/.dotfiles/bin/water/water.sh) |" +set -g status-left-length 40 # tmux auto start set -g @plugin 'tmux-plugins/tmux-resurrect' diff --git a/zshrc b/zshrc index 6d93f9c..9bc8f04 100644 --- a/zshrc +++ b/zshrc @@ -139,3 +139,8 @@ alias agent="source $HOME/.dotfiles/bin/agent.sh" # home and clear alias c="cd && clear" + +# water tracking alias +alias nalgene="$HOME/.dotfiles/bin/water/water.sh 32" +alias water="$HOME/.dotfiles/bin/water/water.sh" +