aboutsummaryrefslogtreecommitdiff
path: root/raspberry/.config/tmuxinator/display.yml
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2021-10-03 16:54:22 +0300
committereug-vs <eugene@eug-vs.xyz>2021-10-03 17:55:03 +0300
commit73909187df8ad31c630e8f753c19fd2a00f19533 (patch)
tree08131c7e0096e14cfb31c56af81a80b4188ae4dd /raspberry/.config/tmuxinator/display.yml
parentbbe0e7af9ff0381b1475bb414a6153f0bb947134 (diff)
downloaddotfiles-73909187df8ad31c630e8f753c19fd2a00f19533.tar.gz
feat(rpi): add services and packages to dashboard
Diffstat (limited to 'raspberry/.config/tmuxinator/display.yml')
-rw-r--r--raspberry/.config/tmuxinator/display.yml8
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"