
https://www.npmjs.com/package/conkie
https://github.com/hash-bang/conkie
Conky のようなelectron 製のシステムモニターConkie を使ってみました。
画面左側がConkie(デフォルトテーマ)、中央がGNOMEシステムモニタ、右側がConky です。
インストール
$ sudo apt-get install bwm-ng lm-sensors iotop wmctrl $ sudo npm install -g conkie conkie-theme-default
|
実行
カスタマイズの準備
$ git clone https://github.com/hash-bang/conkie-theme-default.git $ cd conkie-theme-default $ npm install $ conkie --theme $PWD/index.html
|
$ tree -L 2 . ├── README.md ├── app.js ├── chem.png ├── index.html ├── node_modules │ ├── angular │ ├── bootstrap │ ├── font-awesome │ ├── highcharts │ ├── highcharts-ng │ ├── jquery │ ├── lodash │ └── moment ├── package.json └── style.css
|
見た目を変えるにはindex.html やstyle.css を調整すればよさそうです。