-
-
Notifications
You must be signed in to change notification settings - Fork 56
Widgets
The Widgets group contains home screen and launcher widgets powered by Essentials.
ID: Screen off widget
Permissions: ACCESSIBILITY
Sub-feature of: Widgets
A transparent, empty home screen widget that turns off the screen when tapped — effectively a "tap to sleep" shortcut on your home screen.
- Adds a
ScreenOffWidgetProvideras a standard Android App Widget - When tapped, it communicates with
ScreenOffAccessibilityServiceto invokeperformGlobalAction(GLOBAL_ACTION_LOCK_SCREEN) - No UI is shown — the widget is invisible by design
- Long-press home screen → Widgets
- Find "Essentials" → "Screen Off"
- Drag to desired position
| Setting | Key | Description |
|---|---|---|
| Haptic feedback | haptic_picker |
Choose the haptic pattern when tapped |
ID: Pixel Searchbar
Permissions: WRITE_SECURE_SETTINGS
Toggle: Yes
Beta: 🧪
Sub-feature of: Widgets
Pixel only: ✅
Restores and customizes the Pixel Launcher's search bar widget. Allows enabling it even if it was removed or configuring its appearance.
Opens PixelSearchbarSettingsActivity with customization options for:
- Searchbar style
- Corner radius
- Background color/opacity
- Marked as Beta — behavior may vary across Pixel launcher versions.
- Requires
WRITE_SECURE_SETTINGSand optionally Shizuku/Root for some settings.
ID: Batteries
Permissions: BLUETOOTH_CONNECT, BLUETOOTH_SCAN
Sub-feature of: Widgets
A widget that displays battery levels for all connected Bluetooth accessories (earbuds, headphones, smartwatches, etc.) in one place.
- Scans for connected BT devices and reads battery levels
- Supports multiple simultaneous devices
- Refreshes automatically when device battery state changes
- Long-press home screen → Widgets
- Find "Essentials" → "Batteries"
- Resize as needed
- Reads battery via the
BLUETOOTH_CONNECTpermission and BT profile battery APIs - Some BT devices don't expose their battery level via standard Android APIs — only devices that advertise battery via HFP/A2DP will appear
Widgets
├── Screen off widget
├── Pixel Searchbar (Pixel only, Beta)
└── Batteries