megharudushi commited on
Commit
37d45b7
·
verified ·
1 Parent(s): f31bb42

Upload openbox_menu.xml with huggingface_hub

Browse files
Files changed (1) hide show
  1. openbox_menu.xml +24 -0
openbox_menu.xml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <openbox_menu xmlns="http://openbox.org/3.4/menu">
3
+ <menu id="root-menu" label="vortex@sandbox">
4
+ <item label="Chromium Browser">
5
+ <action name="Execute"><execute>chromium-browser --no-sandbox</execute></action>
6
+ </item>
7
+ <item label="Terminal">
8
+ <action name="Execute"><execute>xterm -fg white -bg black</execute></action>
9
+ </item>
10
+ <separator />
11
+ <item label="Screenshot">
12
+ <action name="Execute"><execute>scrot -d 1 ~/Pictures/screenshot_%Y%m%d_%H%M%S.png</execute></action>
13
+ </item>
14
+ <separator />
15
+ <menu id="system" label="System">
16
+ <item label="API Status">
17
+ <action name="Execute"><execute>xterm -e "curl -s http://localhost:8080/ | python3 -m json.tool; read"</execute></action>
18
+ </item>
19
+ <item label="Reconfigure">
20
+ <action name="Reconfigure" />
21
+ </item>
22
+ </menu>
23
+ </menu>
24
+ </openbox_menu>