-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathusbnet.ini
17 lines (17 loc) · 1.28 KB
/
usbnet.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
; USBNet toggle
; For KoboStuff's USBNet script (https://www.mobileread.com/forums/showthread.php?t=254214)
[watch]
; Those next two keys are MANDATORY
filename = /mnt/onboard/usbnet.png ; Absolute path of the icon to watch for
action = /usr/local/stuff/bin/usbnet-toggle.sh ; Absolute path of the command to launch when the icon is opened
; The following keys are NOT mandatory
label = Toggle USBNet ; Label available for use by a GUI frontend
hidden = 0 ; Whether to hide this entry from a GUI frontend
block_spawns = 0 ; Prevents *any* script from being launched via KFMon while the command launched by this watch is still running.
; This is useful for document readers, because they could otherwise trigger unwanted
; behavior through their file manager, metadata reader, or thumbnailer.
do_db_update = 0 ; Do we want to update Nickel's DB for this icon? (Potentially unsafe, disabled by default)
; If you enabled do_db_update, the next three keys NEED to be set
db_title = USBNet ; Title to use for the icon's Library entry if do_db_update = 1
db_author = NiLuJe ; Author to use for the icon's Library entry if do_db_update = 1
db_comment = Toggle between USBNet & USBMS ; Comment to use for the icon's Library entry if do_db_update = 1