document.wflow (7894B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>AMApplicationBuild</key> 6 <string>444.39</string> 7 <key>AMApplicationVersion</key> 8 <string>2.9</string> 9 <key>AMDocumentVersion</key> 10 <string>2</string> 11 <key>actions</key> 12 <array> 13 <dict> 14 <key>action</key> 15 <dict> 16 <key>AMAccepts</key> 17 <dict> 18 <key>Container</key> 19 <string>List</string> 20 <key>Optional</key> 21 <true/> 22 <key>Types</key> 23 <array> 24 <string>com.apple.applescript.object</string> 25 </array> 26 </dict> 27 <key>AMActionVersion</key> 28 <string>1.0.2</string> 29 <key>AMApplication</key> 30 <array> 31 <string>Automator</string> 32 </array> 33 <key>AMParameterProperties</key> 34 <dict> 35 <key>source</key> 36 <dict/> 37 </dict> 38 <key>AMProvides</key> 39 <dict> 40 <key>Container</key> 41 <string>List</string> 42 <key>Types</key> 43 <array> 44 <string>com.apple.applescript.object</string> 45 </array> 46 </dict> 47 <key>ActionBundlePath</key> 48 <string>/System/Library/Automator/Run AppleScript.action</string> 49 <key>ActionName</key> 50 <string>Run AppleScript</string> 51 <key>ActionParameters</key> 52 <dict> 53 <key>source</key> 54 <string>on run {input, parameters} tell application "System Events" tell appearance preferences return (get dark mode as text) end tell end tell end run</string> 55 </dict> 56 <key>BundleIdentifier</key> 57 <string>com.apple.Automator.RunScript</string> 58 <key>CFBundleVersion</key> 59 <string>1.0.2</string> 60 <key>CanShowSelectedItemsWhenRun</key> 61 <false/> 62 <key>CanShowWhenRun</key> 63 <true/> 64 <key>Category</key> 65 <array> 66 <string>AMCategoryUtilities</string> 67 </array> 68 <key>Class Name</key> 69 <string>RunScriptAction</string> 70 <key>InputUUID</key> 71 <string>D38F746C-8E14-45FB-B63E-14D96264B70F</string> 72 <key>Keywords</key> 73 <array> 74 <string>Run</string> 75 </array> 76 <key>OutputUUID</key> 77 <string>C0A37885-A3A8-4700-BD68-BF65E6844872</string> 78 <key>UUID</key> 79 <string>38BC41FE-D555-4053-A59C-2EE5EB6A9C6B</string> 80 <key>UnlocalizedApplications</key> 81 <array> 82 <string>Automator</string> 83 </array> 84 <key>arguments</key> 85 <dict> 86 <key>0</key> 87 <dict> 88 <key>default value</key> 89 <string>on run {input, parameters} 90 91 (* Your script goes here *) 92 93 return input 94 end run</string> 95 <key>name</key> 96 <string>source</string> 97 <key>required</key> 98 <string>0</string> 99 <key>type</key> 100 <string>0</string> 101 <key>uuid</key> 102 <string>0</string> 103 </dict> 104 </dict> 105 <key>conversionLabel</key> 106 <integer>0</integer> 107 <key>isViewVisible</key> 108 <true/> 109 <key>location</key> 110 <string>309.000000:315.000000</string> 111 <key>nibPath</key> 112 <string>/System/Library/Automator/Run AppleScript.action/Contents/Resources/Base.lproj/main.nib</string> 113 </dict> 114 <key>isViewVisible</key> 115 <true/> 116 </dict> 117 <dict> 118 <key>action</key> 119 <dict> 120 <key>AMAccepts</key> 121 <dict> 122 <key>Container</key> 123 <string>List</string> 124 <key>Optional</key> 125 <true/> 126 <key>Types</key> 127 <array> 128 <string>com.apple.cocoa.string</string> 129 </array> 130 </dict> 131 <key>AMActionVersion</key> 132 <string>2.0.3</string> 133 <key>AMApplication</key> 134 <array> 135 <string>Automator</string> 136 </array> 137 <key>AMParameterProperties</key> 138 <dict> 139 <key>COMMAND_STRING</key> 140 <dict/> 141 <key>CheckedForUserDefaultShell</key> 142 <dict/> 143 <key>inputMethod</key> 144 <dict/> 145 <key>shell</key> 146 <dict/> 147 <key>source</key> 148 <dict/> 149 </dict> 150 <key>AMProvides</key> 151 <dict> 152 <key>Container</key> 153 <string>List</string> 154 <key>Types</key> 155 <array> 156 <string>com.apple.cocoa.string</string> 157 </array> 158 </dict> 159 <key>ActionBundlePath</key> 160 <string>/System/Library/Automator/Run Shell Script.action</string> 161 <key>ActionName</key> 162 <string>Run Shell Script</string> 163 <key>ActionParameters</key> 164 <dict> 165 <key>COMMAND_STRING</key> 166 <string>if [ "$1" = "false" ]; then 167 /usr/local/bin/wal -l -i "$(< "${HOME}/.cache/wal/wal")" 168 else 169 /usr/local/bin/wal -i "$(< "${HOME}/.cache/wal/wal")" 170 fi</string> 171 <key>CheckedForUserDefaultShell</key> 172 <true/> 173 <key>inputMethod</key> 174 <integer>1</integer> 175 <key>shell</key> 176 <string>/bin/bash</string> 177 <key>source</key> 178 <string></string> 179 </dict> 180 <key>BundleIdentifier</key> 181 <string>com.apple.RunShellScript</string> 182 <key>CFBundleVersion</key> 183 <string>2.0.3</string> 184 <key>CanShowSelectedItemsWhenRun</key> 185 <false/> 186 <key>CanShowWhenRun</key> 187 <true/> 188 <key>Category</key> 189 <array> 190 <string>AMCategoryUtilities</string> 191 </array> 192 <key>Class Name</key> 193 <string>RunShellScriptAction</string> 194 <key>InputUUID</key> 195 <string>2707DDB5-81D1-4189-871C-88A159823D55</string> 196 <key>Keywords</key> 197 <array> 198 <string>Shell</string> 199 <string>Script</string> 200 <string>Command</string> 201 <string>Run</string> 202 <string>Unix</string> 203 </array> 204 <key>OutputUUID</key> 205 <string>D1FB20CB-02A3-4935-BE44-BA581F04D9EC</string> 206 <key>UUID</key> 207 <string>256AEEE3-CF09-479A-BBE7-10BD620343A1</string> 208 <key>UnlocalizedApplications</key> 209 <array> 210 <string>Automator</string> 211 </array> 212 <key>arguments</key> 213 <dict> 214 <key>0</key> 215 <dict> 216 <key>default value</key> 217 <integer>0</integer> 218 <key>name</key> 219 <string>inputMethod</string> 220 <key>required</key> 221 <string>0</string> 222 <key>type</key> 223 <string>0</string> 224 <key>uuid</key> 225 <string>0</string> 226 </dict> 227 <key>1</key> 228 <dict> 229 <key>default value</key> 230 <string></string> 231 <key>name</key> 232 <string>source</string> 233 <key>required</key> 234 <string>0</string> 235 <key>type</key> 236 <string>0</string> 237 <key>uuid</key> 238 <string>1</string> 239 </dict> 240 <key>2</key> 241 <dict> 242 <key>default value</key> 243 <false/> 244 <key>name</key> 245 <string>CheckedForUserDefaultShell</string> 246 <key>required</key> 247 <string>0</string> 248 <key>type</key> 249 <string>0</string> 250 <key>uuid</key> 251 <string>2</string> 252 </dict> 253 <key>3</key> 254 <dict> 255 <key>default value</key> 256 <string></string> 257 <key>name</key> 258 <string>COMMAND_STRING</string> 259 <key>required</key> 260 <string>0</string> 261 <key>type</key> 262 <string>0</string> 263 <key>uuid</key> 264 <string>3</string> 265 </dict> 266 <key>4</key> 267 <dict> 268 <key>default value</key> 269 <string>/bin/sh</string> 270 <key>name</key> 271 <string>shell</string> 272 <key>required</key> 273 <string>0</string> 274 <key>type</key> 275 <string>0</string> 276 <key>uuid</key> 277 <string>4</string> 278 </dict> 279 </dict> 280 <key>isViewVisible</key> 281 <true/> 282 <key>location</key> 283 <string>309.000000:497.000000</string> 284 <key>nibPath</key> 285 <string>/System/Library/Automator/Run Shell Script.action/Contents/Resources/Base.lproj/main.nib</string> 286 </dict> 287 <key>isViewVisible</key> 288 <true/> 289 </dict> 290 </array> 291 <key>connectors</key> 292 <dict> 293 <key>DE955CB4-6E40-4446-A4B5-059D590B3538</key> 294 <dict> 295 <key>from</key> 296 <string>38BC41FE-D555-4053-A59C-2EE5EB6A9C6B - 38BC41FE-D555-4053-A59C-2EE5EB6A9C6B</string> 297 <key>to</key> 298 <string>256AEEE3-CF09-479A-BBE7-10BD620343A1 - 256AEEE3-CF09-479A-BBE7-10BD620343A1</string> 299 </dict> 300 </dict> 301 <key>workflowMetaData</key> 302 <dict> 303 <key>workflowTypeIdentifier</key> 304 <string>com.apple.Automator.application</string> 305 </dict> 306 </dict> 307 </plist>