tREADME.md - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tREADME.md (808B)
       ---
            1 # Gtk2 tray icon for Tomb
            2 ## by Jaromil
            3 
            4 If you like to see our nifty little skull on the upper right corner of
            5 your desktop, then compile and install this little auxiliary program.
            6 
            7 Use by launching `tomb-gtk-tray` followed by the name of your tomb as
            8 reported by `tomb list`. For instance if your tomb is `secrets.tomb`:
            9 
           10 ```
           11  $ tomb-gtk-tray secrets
           12 ```
           13 
           14 The tray offers a drop-down menu with three options:
           15  + `explore` will launch your desktop configured filemanager
           16  + `close` will try to close the tomb (fails if in use)
           17  + `slam` will slam the tomb killing all applications using it
           18 
           19 Please note you need to launch this program for each tomb you want it
           20 to administer, then you will have a skull visible for each tomb open.
           21 
           22 By mouse-over the skull tells the name of the tomb it is open for.
           23 
           24 Enjoy!