DeskGlow is a sleek, modern, glassmorphic desktop clock widget and real-time system resource monitor designed specifically for Zorin OS 17/18 and GNOME Shell 45, 46, and 47. Inspired by Rainmeter and modern desktop widgets, it offers rich customization, interactive drag-and-drop, crisp typography, and live performance statistics — sitting elegantly on your desktop wallpaper behind open windows.
Zorin OS এবং GNOME Shell (45/46/47) এর জন্য তৈরি একটি প্রিমিয়াম গ্লাসমরফিক ডেসটপ ক্লক এবং রিয়েল-টাইম সিস্টেম রিসোর্স মনিটর এক্সটেনশন।
| Desktop Clock Widget | Extension Preferences (GTK4 / Libadwaita) |
|---|---|
![]() |
![]() |
(Place your preview screenshot image in assets/preview.png and settings screenshot in assets/settings.png)
- Digital Clock: 12-hour or 24-hour time format with optional live seconds indicator and AM/PM label.
- Full Date Display: Clean presentation showing Day Number, Month, Year, and Day of the Week.
- 💾 Storage Monitor: Real-time display of used vs total disk space in GiB (e.g.
88.6GiB / 116GiB). - 🧠 RAM Monitor: Live RAM consumption vs total memory (e.g.
4.81GiB / 15.5GiB). - ⚡ CPU Load: Live processor usage percentage (
%). - 🌡️ CPU Temperature: Live core processor thermal readout in °C (
61°C). - 📏 Tall Vertical Line Dividers: Clean 1px white line separators between stats matching premium widget designs.
- Mouse Dragting: Left-click and drag the widget anywhere on your desktop screen. Coordinates are saved across system reboots!
- Desktop Layering (Behind Windows): Positioned strictly on the desktop background layer so open application windows (browsers, terminals, settings) cover it naturally.
- Position Lock Toggle: Lock position from preferences to prevent accidental mouse dragging.
- Screen Position Presets: Quick align buttons for Bottom Right, Bottom Left, Top Right, Top Left, and Center.
- Background Box & Opacity Controls: Toggle dark translucent background container ON/OFF and adjust opacity from 0% (transparent) to 100% (solid).
- Advanced Text Shadow & Glow Controls:
- Outer White Glow (Neon halo glow around text)
- Dark Drop Shadow (Deep contrast drop shadow for bright wallpapers)
- Crisp Outline (Subtle 1px border shadow)
- Off / None (Sharp unshadowed text)
- Customizable Blur Radius (0px to 30px) & Shadow Opacity (0.0 to 1.0).
- Individual Component Resizing: Independent font size sliders for Clock Time, Date Text, Stats Values, and SVG Icon sizes!
- Organized Tab Navigation:
- 🎨 Appearance Tab: Background container, opacity, and text shadow/glow controls.
- 📏 Sizes & Format Tab: Component font & icon sliders, 24-hour format & seconds toggle.
- 📍 Position & Reset Tab: Coordinates X/Y, Drag Lock, Screen Location Presets, and One-Click Reset to Default Settings.
- Operating System: Zorin OS 17 / 18, Ubuntu 24.04 LTS, Arch Linux, Fedora, or any Linux distribution running GNOME.
- GNOME Shell Version:
45,46, or47. - Dependencies:
glib2,gjs,gnome-shell,python3(pre-installed on Zorin OS / Ubuntu).
-
Clone or Download the Repository:
git clone https://github.com/your-username/deskglow.git cd deskglow -
Run the Installer Script:
chmod +x install.sh ./install.sh
-
Reload GNOME Shell:
- Wayland (Zorin OS / Ubuntu default): Log out and log back in (or Lock and Unlock your desktop).
- X11: Press
Alt + F2, typerand pressEnter.
-
Compile the GSettings schema and copy to local schema path:
glib-compile-schemas schemas/ mkdir -p ~/.local/share/glib-2.0/schemas cp schemas/org.gnome.shell.extensions.deskglow.gschema.xml ~/.local/share/glib-2.0/schemas/ glib-compile-schemas ~/.local/share/glib-2.0/schemas/
-
Create the target GNOME extension directory:
mkdir -p ~/.local/share/gnome-shell/extensions/deskglow@zorin-extension -
Copy extension files into place:
cp -r metadata.json extension.js sysinfo.js stylesheet.css prefs.js schemas icons ~/.local/share/gnome-shell/extensions/deskglow@zorin-extension/ -
Enable the extension:
gnome-extensions enable deskglow@zorin-extension
To open preferences window:
- Launch Extension Manager or GNOME Extensions app.
- Click the Settings (gear icon) next to DeskGlow.
- Or run via terminal:
gnome-extensions prefs deskglow@zorin-extension
DeskGlow/
├── metadata.json # Extension metadata & GNOME compatibility
├── extension.js # Core widget UI, desktop layering & drag logic
├── sysinfo.js # Non-blocking system getters (Storage, RAM, CPU, Temp)
├── stylesheet.css # Glassmorphic CSS styling & vertical line dividers
├── prefs.js # Tabbed Preferences Window (Libadwaita / GTK4)
├── install.sh # One-click installation & schema compiler script
├── schemas/ # GSettings XML schema & compiled schema files
├── icons/ # Vector SVG icons (Storage, RAM, CPU, Temp)
└── assets/ # Screenshots and preview images for README
MD. Tanvir Ahamed Siddike
- GitHub: github.com/lurek
- Project Repository: DeskGlow GNOME Extension
This project is licensed under the MIT License. Feel free to use, modify, and share!
⭐ If you find DeskGlow useful, please consider giving this repository a star on GitHub!

