From 59beed9b28fb3dd17bdbeab8dd944065f1269cd7 Mon Sep 17 00:00:00 2001 From: zobnin Date: Mon, 29 Aug 2022 12:34:41 +0300 Subject: [PATCH] Widget names --- Widgets-internal-names.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Widgets-internal-names.md diff --git a/Widgets-internal-names.md b/Widgets-internal-names.md new file mode 100644 index 0000000..0a83007 --- /dev/null +++ b/Widgets-internal-names.md @@ -0,0 +1,36 @@ +Internal widget names to use in the `add_widget` functions and actions: + +* `weather` +* `weatheronly` +* `clock` +* `alarm` +* `worldclock` +* `monitor` +* `traffic` +* `player` +* `apps` +* `appbox` +* `applist` +* `contacts` +* `notify` +* `dialogs` +* `dialer` +* `timer` +* `stopwatch` +* `mail` +* `notes` +* `tasks` +* `feed` +* `telegram` +* `twitter` +* `calendar` +* `exchange` +* `finance` +* `bitcoin` +* `control` +* `recorder` +* `calculator` +* `empty` +* `remote` + +To specify a script, simply use the script name (along with the extension). \ No newline at end of file