diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/dashboard.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/dashboard.yaml b/templates/dashboard.yaml index c9645b9..f92e806 100644 --- a/templates/dashboard.yaml +++ b/templates/dashboard.yaml @@ -3,7 +3,7 @@ windows: - window_name: live layout: tiled panes: - - glances + - htop - ctop - - clear; gcalcli agenda + - while true; do clear; gcalcli agenda; sleep 3600; done - weechat |