diff options
author | Christian Hesse <mail@eworm.de> | 2021-11-16 14:53:25 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-11-16 22:21:37 +0100 |
commit | d87c50cf68356e02e89620e445981776c7b4f4c3 (patch) | |
tree | 064cbfb02f799026576e0ee62e34038274d8f683 /global-functions | |
parent | 185fe2c73035b66b2c8e0048eedca47fd438e3e6 (diff) |
check-health: indicate voltage increase or decrease
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global-functions b/global-functions index f5bca7a..19f5777 100644 --- a/global-functions +++ b/global-functions @@ -1035,6 +1035,8 @@ :local Symbols { "alarm-clock"="\E2\8F\B0"; "calendar"="\F0\9F\93\85"; + "chart-decreasing"="\F0\9F\93\89"; + "chart-increasing"="\F0\9F\93\88"; "cloud"="\E2\98\81"; "cross-mark"="\E2\9D\8C"; "fire"="\F0\9F\94\A5"; |