added a very basic frequency module

This commit is contained in:
Alex 2018-11-02 00:28:24 +01:00
parent 19e6abc8ca
commit 367bd57e1a
5 changed files with 38 additions and 0 deletions

View file

@ -28,6 +28,10 @@
}
},
"battery": {
"unknown":{
"bg": "#4f4f4f",
"fg": "#e9e9e9"
},
"charged": {
"fg": "#002b36",
"bg": "#859900"