renamed desklet
This commit is contained in:
parent
a2530ccef8
commit
34f1bc1425
@ -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
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -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",
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"head0": {
|
||||
"type": "header",
|
||||
"description": "Settings for system-monitor-graph@rcassani"
|
||||
"description": "Settings for system-monitor-graph@mount"
|
||||
},
|
||||
|
||||
"head1": {
|
||||
Loading…
x
Reference in New Issue
Block a user