在網上瞎逛的時候發現了可以用adesklets來打造個性桌面,折騰了一下午,終於弄好了,具體的方法如下:
cd /usr/ports/deskutils/adesklets/
make install clean;
然後需要執行adesklets_installer來安裝相應的插件。
http://adesklets.sourceforge.net/desklets.html 這是現在所提供的,我選擇了SystemMonitor、wbcpu、weatherforecast,大家可以選擇自己喜歡的,這些裝到了 ~/.desklets下,其中wbcpu和weatherforecast很簡單,只要進到相應的目錄執行後綴是py的文件,然後選擇register 即可,SystemMonitor則還需要安裝兩個軟件,它有說明的:
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;
把這些都注冊了之後,就可以啟動adesklets了,運行 adesklets --rox即可,怎麼樣,還算簡單吧,當然還需要簡單設置一下,比如你的網卡、硬盤要改成自己的,預報天氣的也要到
www.weather.com上找到自己所在城市的代碼,讓我郁悶的是我所在的城市他們不提供,只好用省會的代替了,幸好我們離省會不遠,呵呵。