mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
20 lines
532 B
Plaintext
20 lines
532 B
Plaintext
##
|
|
To view the README:
|
|
|
|
cat %%PREFIX%%/share/gdesklets/Displays/%%NAME%%/README
|
|
cat %%PREFIX%%/share/gdesklets/Sensors/%%NAME%%/README
|
|
|
|
To view the 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.
|
|
##
|