mirror of
https://github.com/morgan9e/gnome-shell-extension-freon
synced 2026-04-14 00:14:14 +09:00
* Migrate Plugin to Gnome 45 Shell * Use TextDecoder instead of ByteArray or toString() * use the Glib timeout functions * remove unused imports
10 lines
459 B
JSON
10 lines
459 B
JSON
{
|
|
"shell-version": ["45"],
|
|
"uuid": "freon@UshakovVasilii_Github.yahoo.com",
|
|
"name": "Freon",
|
|
"description": "Shows CPU temperature, disk temperature, video card temperature (NVIDIA/Catalyst/Bumblebee&NVIDIA), voltage and fan RPM (forked from xtranophilist/gnome-shell-extension-sensors)",
|
|
"settings-schema": "org.gnome.shell.extensions.freon",
|
|
"gettext-domain": "freon",
|
|
"url": "https://github.com/UshakovVasilii/gnome-shell-extension-freon"
|
|
}
|