mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
9dedb4702f
Submitted by: Jeremy Messenger <mezz7@cox.net>
20 lines
544 B
Plaintext
20 lines
544 B
Plaintext
##
|
|
To view the README:
|
|
|
|
cat ${PREFIX}/share/gnome/gdesklets/Displays/${name}/README
|
|
cat ${PREFIX}/share/gnome/gdesklets/Sensors/${name}/README
|
|
|
|
To view all installed applets:
|
|
|
|
ls ${PREFIX}/share/gnome/gdesklets/Displays
|
|
|
|
To use those applets:
|
|
|
|
gdesklets ${PREFIX}/share/gnome/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.
|
|
##
|