Added water tracking script with daily reset
This commit is contained in:
parent
87d03d05a9
commit
83eb0d8537
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
tmux/resurrect
|
||||
tmux/plugins
|
||||
!tmux/plugins/tpm
|
||||
bin/water
|
||||
!bin/water/water.sh
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user