renamed desklet

This commit is contained in:
mount 2026-07-25 21:17:06 +02:00
parent a2530ccef8
commit 34f1bc1425
5 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ const Cairo = imports.cairo;
const St = imports.gi.St;
const Util = imports.misc.util;
const UUID = "system-monitor-graph@rcassani";
const UUID = "system-monitor-graph@mount";
const DESKLET_PATH = imports.ui.deskletManager.deskletMeta[UUID].path;
const GB_TO_KB = 1048576; // 1 GB = 1,048,576 kB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -1,6 +1,6 @@
{
"max-instances": "20",
"uuid": "system-monitor-graph@rcassani",
"uuid": "system-monitor-graph@mount",
"name": "System monitor graph",
"description": "Creates graphs for system variables.",
"version": "1.0",

View File

@ -1,7 +1,7 @@
{
"head0": {
"type": "header",
"description": "Settings for system-monitor-graph@rcassani"
"description": "Settings for system-monitor-graph@mount"
},
"head1": {

View File

@ -1 +1 @@
{"author": "rcassani"}
{"author": "mount"}