• 25

[分享]桌面時間模組GeekTool分享, Mac 個性化之相關軟體與桌布分享

ah_bear23 wrote:
問一個很基本的問題
嘗試在設定年月日,不過輸入相關指令後(例:date +%B)即出現8月,試問要如何設定才可以弄出August?

8月是中文的顯示方式,欲顯示August,請參考下面這段文:
在Properties 最底下有一Set Locale environment 之勾選,欲將週期以系統語言之第一順位顯示者請勾選;欲以英文顯示者擇將此選項勾選取消。

by Cat
實驗了很久終於成功了~
尤其是天氣模組真的很難設定......

有鑑於大家都很喜歡Alendy大大的木頭桌布

所以小弟特別將自己收集的幾張木頭質感桌布打包讓大家下載

有需要的朋友請自行下載不用再發文要圖了



下載木頭質感桌布

感謝大家 經過1天努力 蒐集各個網站資訊
終於完成一個滿意的桌面


請問如何隱藏menu bar
爬文許久找佈道答案
請高手解惑
GeekTool is really cool. Spent a day with it and now I got my desktops fully customized. I love GeekTool. I just wish I know an elegant way to show CPU/GPU temperatures and Fan speeds.

Info displayed:
01. Date (Year, Month, Day, Weekday)
02. Calendar
03. Time
04. Weather
05. World Times
06. SSD Usage
07. RAM Usage
08. Uptime
09. Processes
10. IP info (WAN and LAN)
11. Network (Input, Output, and SSID)
12. Quote of Day
13. iTunes (Title, Artist, Album Name, Album Art, and Song Meter)
14. Battery Info


Desktop 1


Desktop 2


有興趣的人可以跟我試做看看

我是看有關使用accuweather的天氣資訊
發現若使用此種方法是可以更改天氣的圖示,但事實上我還沒成功
以下是我找到別人分享的
http://www.flickr.com/photos/67039403@N06/6100214973/sizes/l/in/photostream/
http://forums.macrumors.com/attachment.php?attachmentid=284698&d=1304939172
是不是很有個性呢?


---
以下兩個網頁是我學習的內容 但不論中英文都不是很完整

http://www.techbang.com.tw/posts/2630-osx-desktop-with-geektool-build-information-systems
http://alexonsager.net/2010/06/my-geektool-desktop-functionality-with-style/

曾經卡了很多地方
我打完
/Users/georgekarlmarx/Documents/scripts/weather/acweather.rb --lookup taipei
之後跑出這些就卡住了
-:1: unknown regexp options - grgkarlar
-:1: syntax error, unexpected tUMINUS, expecting $end
...scripts/weather/acweather.rb --lookup taipei

以上是案照第二個網頁的方法
把acweather.rb 放在/Users/[username]/Documents/scripts/weather/下
把下載後的任何的一個png放在/Users/[username]/Documents/scripts/weather/icons/裡
並且必須把01~08的png檔名把0去掉,例如"01.png"要改成"1.png" (看英文網看到,不知是否真有其事)

所以我卡的還是中間的這個部份
集思廣義 大家一起來討論討論

***補充 apple的地區格式
應該可以省一個步驟 (我還卡在前面)
http://www.mobile01.com/topicdetail.php?f=222&t=1126067&last=13056746

最後來分享一下
Hi trottoir,

Would you please share how to setup the iTunes album art? I am facing the problem that the album art can't properly be displayed. The script can work (the indication of geeklet of shell showed green), but the temporary .pic can't be previewed even if in finder. My OS is lion, and I have debugged for several weeks...Orz

This is my desktop, and the blue circle in the middle is a volume indicator.


lan751016 wrote:
謝謝分享~也跟大家分...(恕刪)



想請問大大,Bowite後,有部分歌曲的封面會顯示出來,有一些的不會,已經確定有將圖片放入iTunes的歌曲資訊裡了。
lsalber03,

First of all, what a nice desktop you have there. I have no artistic talent whatsoever, so I just crammed as much information as possible to my desktop. ^_^

Let's get back to the subject. You're right. The iTunes Album Art script shared in this forum and most other forums are not working in Lion and GeekTool 3.0.1. Fortunately, after a few tries and some various search terms, I was able to find another AppleScript in a German forum that did the magic.

Copy the code below to AppleScript Editor and save it to any location you desire. Run this script as a Shell geeklet with command "osascript /path/to/your/script". Now, create another Image geeklet and point its URL to the Album Art png file extracted by the script. The URL should look something like "file://///path/to/your/extracted/AlbumArt.png" In my case, it is "Documents:GeekTools:CurrentArtwork.png" as coded in the script below.

Hope this will help make your desktop more awesome. Remember to set the Refresh intervals on the Shell and Image geek lets, and have iTunes playing to see if the script work for you.


set the_artwork_file to ((path to home folder) as string) & "Documents:GeekTools:CurrentArtwork.png"

tell application "System Events"

if ("iTunes" is in name of processes) then

tell application "iTunes"

if (player state is not stopped) and (player state is not paused) and (artworks of current track exists) then

set theArt to front artwork of current track

set pic to (raw data of theArt)

try

set RefNum to (open for access the_artwork_file with write permission)

write (pic) to RefNum

close access RefNum

return

end try

end if

end tell

end if

end tell

do shell script "rm -f " & (POSIX path of the_artwork_file)
  • 25
內文搜尋
X
評分
評分
複製連結
請輸入您要前往的頁數(1 ~ 25)
Mobile01提醒您
您目前瀏覽的是行動版網頁
是否切換到電腦版網頁呢?