forked from deanishe/awgo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.sh
22 lines (19 loc) · 1.07 KB
/
env.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Workflow environment variables
# These variables create an Alfred-like environment
# Absolute bare-minimum for AwGo to function...
export alfred_workflow_bundleid="net.deanishe.awgo"
export alfred_workflow_cache="$HOME/Library/Caches/com.runningwithcrayons.Alfred-3/Workflow Data/net.deanishe.awgo"
export alfred_workflow_data="$HOME/Library/Application Support/Alfred 3/Workflow Data/net.deanishe.awgo"
# Expected by ExampleNew
export alfred_workflow_version="0.14"
export alfred_workflow_name="AwGo"
# export alfred_debug="1"
# export alfred_preferences="$HOME/Library/Application Support/Alfred 3/Alfred.alfredpreferences"
# export alfred_preferences_localhash="0dd4500828b5c675862eaa7786cf0f374823b965"
# export alfred_theme="alfred.theme.custom.DE3D17CA-64A2-4B42-A3F6-C71DB1201F88"
# export alfred_theme_background="rgba(255,255,255,1.00)"
# export alfred_theme_selection_background="rgba(255,255,255,1.00)"
# export alfred_theme_subtext="0"
# export alfred_version="3.6"
# export alfred_version_build="901"
# export alfred_workflow_uid="user.workflow.4B0E9731-E139-4179-BC50-D7FFF82B269A"