blob: c9b65b336552f2d42b6f5ce9f4200ebbb9440632 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
##
To view the README:
cat ${PREFIX}/share/gdesklets/Displays/${name}/README
cat ${PREFIX}/share/gdesklets/Sensors/${name}/README
To view all installed applets:
ls ${PREFIX}/share/gdesklets/Displays
To use those applets:
gdesklets open ${PREFIX}/share/gdesklets/Displays/${name}/${name}.display
Replace ${name} with the correct name of the applets you want to use.
NOTE: Be sure to login as your user when you use the gdesklets command,
as the configuration will be stored in the ~/.gdesklets/ directory.
##
|