diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-09-05 09:46:43 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-09-05 09:46:43 -0600 |
commit | 8e7bd2cd6bc8ea5a98f98bfb71ae2c40b48c5b4a (patch) | |
tree | 0a242d9f4892b88c7846999feb81ac705dd37a90 /templates/dashboard.yaml | |
parent | 7731faadfd13881bf2086e30ae5157c05a143440 (diff) |
Changing dashboard template
Diffstat (limited to 'templates/dashboard.yaml')
-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 |