Conkie
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 |
実行
$ conkie --background |
カスタマイズの準備
$ git clone https://github.com/hash-bang/conkie-theme-default.git |
$ tree -L 2 |
見た目を変えるにはindex.html やstyle.css を調整すればよさそうです。
Comment