updated screenshot with gif
This commit is contained in:
parent
bac8299d5b
commit
c11bdb65f7
@ -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
|
||||
|
BIN
Graphics/Brave.png
Normal file
BIN
Graphics/Brave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
BIN
Graphics/DuckDuckGo.png
Normal file
BIN
Graphics/DuckDuckGo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 49 KiB |
BIN
Graphics/Google.png
Normal file
BIN
Graphics/Google.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
Graphics/Reddit_Boost.png
Normal file
BIN
Graphics/Reddit_Boost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
BIN
Graphics/Screenshot.gif
Normal file
BIN
Graphics/Screenshot.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 518 KiB |
12
Lib/UsageStats_WLATITUDE16.txt
Normal file
12
Lib/UsageStats_WLATITUDE16.txt
Normal file
@ -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
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user