Update google search widget

This commit is contained in:
Evgeny
2024-04-01 08:53:59 +04:00
parent 897fee33b7
commit 3917c09837

View File

@@ -2,14 +2,15 @@
-- description = "AIO wrapper for the Google search app widget" -- description = "AIO wrapper for the Google search app widget"
-- type = "widget" -- type = "widget"
-- author = "Theodor Galanis" -- author = "Theodor Galanis"
-- version = "1.0" -- version = "1.01"
-- foldable = "false" -- foldable = "false"
-- uses_app: "com.google.android.googlequicksearchbox"" -- uses_app: "com.google.android.googlequicksearchbox""
local prefs = require "prefs" local prefs = require "prefs"
prefs._name = "google"
local buttons_labels = {"GOOGLE", "fa:magnifying-glass", "fa:microphone", "fa:camera"} local buttons_labels = {" G ", "fa:magnifying-glass", "fa:microphone", "fa:camera"}
local buttons_targets = {"image_3", "image_2", "image_5", "image_6"} local buttons_targets = {"image_7", "image_4", "image_9", "image_10"}
local w_bridge = nil local w_bridge = nil
function on_resume() function on_resume()