Skip to content

Instantly share code, notes, and snippets.

@tzarskyz
Forked from dakotasmith/geeklet_mgr.scpt
Created October 4, 2013 07:07
Show Gist options
  • Save tzarskyz/6822060 to your computer and use it in GitHub Desktop.
Save tzarskyz/6822060 to your computer and use it in GitHub Desktop.
tell application "Finder"
set _b to bounds of window of desktop
set _width to item 3 of _b
set _height to item 4 of _b
end tell
tell application "GeekTool Helper"
if _width > 1367 then
set visible of group "Desk" to true
set visible of group "11 inch screen" to false
else
set visible of group "11 inch screen" to true
set visible of group "Desk" to false
end if
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment