diff --git a/Atom-Launcher.ahk b/Atom-Launcher.ahk index 5c5ca6f..faf5fd0 100644 --- a/Atom-Launcher.ahk +++ b/Atom-Launcher.ahk @@ -19,6 +19,7 @@ AtomIconFP = %A_scriptDir%/Graphics/Atom.png ;---VARIABLES----------------------------------------------------------------------- Script_Name = Atom Launcher +A_ICODir = %A_scriptDir%\Graphics ; Read User Settings from .ini file ; IniRead, SaveUsageStats, %A_scriptdir%\Lib\Settings.ini, AtomSearch, SaveUsageStats diff --git a/Graphics/Brave.png b/Graphics/Brave.png new file mode 100644 index 0000000..68350d7 Binary files /dev/null and b/Graphics/Brave.png differ diff --git a/Graphics/DuckDuckGo.png b/Graphics/DuckDuckGo.png new file mode 100644 index 0000000..cdd76a8 Binary files /dev/null and b/Graphics/DuckDuckGo.png differ diff --git a/Graphics/Google.png b/Graphics/Google.png new file mode 100644 index 0000000..0fef88b Binary files /dev/null and b/Graphics/Google.png differ diff --git a/Graphics/Reddit_Boost.png b/Graphics/Reddit_Boost.png new file mode 100644 index 0000000..9c6a20c Binary files /dev/null and b/Graphics/Reddit_Boost.png differ diff --git a/Graphics/Screenshot.gif b/Graphics/Screenshot.gif new file mode 100644 index 0000000..b0afb5c Binary files /dev/null and b/Graphics/Screenshot.gif differ diff --git a/Lib/UsageStats_WLATITUDE16.txt b/Lib/UsageStats_WLATITUDE16.txt new file mode 100644 index 0000000..de3e2af --- /dev/null +++ b/Lib/UsageStats_WLATITUDE16.txt @@ -0,0 +1,12 @@ + +20230818_103450 - Brave - WLATITUDE16 +20230818_103458 - DuckDuckGo - WLATITUDE16 +20230818_103502 - Sublime - WLATITUDE16 +20230818_103916 - Brave - WLATITUDE16 +20230818_103919 - Google - WLATITUDE16 +20230818_103944 - Brave - WLATITUDE16 +20230818_103948 - DuckDuckGo - WLATITUDE16 +20230818_103951 - Google Images - WLATITUDE16 +20230818_104055 - Brave - WLATITUDE16 +20230818_104059 - DuckDuckGo - WLATITUDE16 +20230818_104103 - Google - WLATITUDE16 \ No newline at end of file diff --git a/Modules/Atom-Web-Searches.ahk b/Modules/Atom-Web-Searches.ahk index 535bc47..60c679d 100644 --- a/Modules/Atom-Web-Searches.ahk +++ b/Modules/Atom-Web-Searches.ahk @@ -36,7 +36,7 @@ if RMSearchTerm = dic%A_Space% ; Search Dictionary if RMSearchTerm = d%A_Space% ; Search Brave { gui_search_title = Brave - gui_search_icon = %A_ICODir%\Jono_Brave.png + gui_search_icon = %A_ICODir%\Brave.png GuiSearch("https://search.brave.com/search?q=REPLACEME") ; REPLACEME text will be replaced with the text input ; GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input StatExport(gui_search_title) @@ -46,7 +46,7 @@ if RMSearchTerm = d%A_Space% ; Search Brave if RMSearchTerm = b%A_Space% ; Search Duckduckgo { gui_search_title = DuckDuckGo - gui_search_icon = %A_ICODir%\duckduckgo_bg_1.png + gui_search_icon = %A_ICODir%\duckduckgo.png GuiSearch("https://duckduckgo.com/?q=REPLACEME") ; REPLACEME text will be replaced with the text input StatExport(gui_search_title) diff --git a/README.md b/README.md index 082e553..e80307f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](Graphics/Screenshot.jpg "Screenshot of Main Window") +![](Graphics/Screenshot.gif "Screenshot of Main Window") Launch programs, searches, and shortcuts with just a couple of keys \ No newline at end of file