在網上瞎逛的時候發現了可以用adesklets來打造個性桌面,折騰了一下午,終於弄好了,具體的方法如下:
cd /usr/ports/deskutils/adesklets/
make install clean;
然後需要執行adesklets_installer來安裝相應的插件。
Dependencies have been kept reasonably light, but you'll still require the following:
libstatgrab >= 0.11.1
pystatgrab >= 0.3
到/usr/ports下面search一下就知道了,
cd /usr/ports/devel/libstatgrab
make install clean;
cd /usr/ports/devel/py-statgrab
make install clean;