✨ Add mac-dotfiles
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
d49a3c5404
commit
c014c6cd6e
34 changed files with 929 additions and 0 deletions
8
mac/setDesktopWallpaper.workflow/Contents/Info.plist
Normal file
8
mac/setDesktopWallpaper.workflow/Contents/Info.plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleName</key>
|
||||
<string>setDesktopWallpaper</string>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
102
mac/setDesktopWallpaper.workflow/Contents/document.wflow
Normal file
102
mac/setDesktopWallpaper.workflow/Contents/document.wflow
Normal file
|
@ -0,0 +1,102 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>AMApplicationBuild</key>
|
||||
<string>523</string>
|
||||
<key>AMApplicationVersion</key>
|
||||
<string>2.10</string>
|
||||
<key>AMDocumentVersion</key>
|
||||
<string>2</string>
|
||||
<key>actions</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>action</key>
|
||||
<dict>
|
||||
<key>AMAccepts</key>
|
||||
<dict>
|
||||
<key>Container</key>
|
||||
<string>List</string>
|
||||
<key>Optional</key>
|
||||
<false/>
|
||||
<key>Types</key>
|
||||
<array>
|
||||
<string>com.apple.cocoa.path</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>AMActionVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<key>AMApplication</key>
|
||||
<array>
|
||||
<string>Finder</string>
|
||||
</array>
|
||||
<key>AMParameterProperties</key>
|
||||
<dict/>
|
||||
<key>AMProvides</key>
|
||||
<dict>
|
||||
<key>Container</key>
|
||||
<string>List</string>
|
||||
<key>Types</key>
|
||||
<array>
|
||||
<string>com.apple.cocoa.path</string>
|
||||
</array>
|
||||
</dict>
|
||||
<key>ActionBundlePath</key>
|
||||
<string>/System/Library/Automator/Set Desktop Picture.action</string>
|
||||
<key>ActionName</key>
|
||||
<string>Set the Desktop Picture</string>
|
||||
<key>ActionParameters</key>
|
||||
<dict/>
|
||||
<key>BundleIdentifier</key>
|
||||
<string>com.apple.Automator.SetDesktopPicture</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0.2</string>
|
||||
<key>CanShowSelectedItemsWhenRun</key>
|
||||
<true/>
|
||||
<key>CanShowWhenRun</key>
|
||||
<true/>
|
||||
<key>Category</key>
|
||||
<array>
|
||||
<string>AMCategoryFilesAndFolders</string>
|
||||
</array>
|
||||
<key>Class Name</key>
|
||||
<string>Set_Desktop_Picture</string>
|
||||
<key>InputUUID</key>
|
||||
<string>A12EFB24-6667-4945-97E7-08581FB71473</string>
|
||||
<key>Keywords</key>
|
||||
<array>
|
||||
<string>Set</string>
|
||||
<string>Image</string>
|
||||
<string>Photo</string>
|
||||
<string>Display</string>
|
||||
</array>
|
||||
<key>OutputUUID</key>
|
||||
<string>E94419CA-C3CC-4F86-8FA8-7F0657281C55</string>
|
||||
<key>UUID</key>
|
||||
<string>732537C1-B76D-4486-BF8D-EC32B93A8368</string>
|
||||
<key>UnlocalizedApplications</key>
|
||||
<array>
|
||||
<string>Finder</string>
|
||||
</array>
|
||||
<key>arguments</key>
|
||||
<dict/>
|
||||
<key>conversionLabel</key>
|
||||
<integer>0</integer>
|
||||
<key>isViewVisible</key>
|
||||
<integer>1</integer>
|
||||
<key>location</key>
|
||||
<string>207.000000:68.000000</string>
|
||||
</dict>
|
||||
<key>isViewVisible</key>
|
||||
<integer>1</integer>
|
||||
</dict>
|
||||
</array>
|
||||
<key>connectors</key>
|
||||
<dict/>
|
||||
<key>workflowMetaData</key>
|
||||
<dict>
|
||||
<key>workflowTypeIdentifier</key>
|
||||
<string>com.apple.Automator.workflow</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Loading…
Add table
Add a link
Reference in a new issue