記錄一些Mac OS裝好會用到的好用小軟體與設定
1. 修改MacOS 10.6字型
TCFail, TCFail - Snow Leopard 繁體中文系統字體修改工具, 修改 OSX 10.6 預設繁中字型 | R.D.
2. 不要產生.DS_Store
find /path/to -name “.DS_Store” -delete
defaults write com.apple.desktopservices DSDontWriteNetworkStores true
3. 監視系統狀態 iStat Pro:
Apple - Downloads - Dashboard Widgets - iStat Pro
4. 修改Thunderbird信件標題字型: profile中userChrome.css
路徑:thunderbird\profiles\XXXX.default\chrome (自行建立chrome目錄)
(windows的話在AppData/Roaming中, Mac的話在資源庫底下)
將下列的文字內容存檔成 userChrome.css 放到chrome目錄中,
再重新啟動 thunderbird 即可
範例1:
* {
font-size: 14px !important;
font-family: Tahoma !important
}
範例2:
/* Unread message */
treechildren {
font-size: 12.5px !important; // 字型大小
font-family: "Hiragino Maru Gothic ProN" !important; // 字型
}
/* Unread message */
treechildren:-moz-tree-cell-text(unread) {
font-weight: bold !important;
color: rgb(130,90,178) !important
}
範例3:
/* Unread message */
treechildren {
font-size: 140%; // 字型大小, 用比例
}
沒有留言:
張貼留言