diff options
Diffstat (limited to 'raspberry/.config/tmuxinator/display.yml')
-rw-r--r-- | raspberry/.config/tmuxinator/display.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/raspberry/.config/tmuxinator/display.yml b/raspberry/.config/tmuxinator/display.yml index 64450c2..bf615b5 100644 --- a/raspberry/.config/tmuxinator/display.yml +++ b/raspberry/.config/tmuxinator/display.yml @@ -5,6 +5,8 @@ windows: - dashboard: layout: main-vertical panes: - - cbonsai --life 40 --time 60 -liWC -m=$(/opt/vc/bin/vcgencmd measure_temp) - - ./clock.sh - - pipes.sh -t 5 -p 10 + - cbonsai --life 40 --time 60 -liWC + - clock.sh + - watch --no-title -n 60 /opt/vc/bin/vcgencmd measure_temp + - watch --no-title --color -n 5 services-status.sh + - watch --no-title -n 3600 "echo $(pacman -Qu | wc -l) packages waiting to be upgraded && pacman -Qu" |