Advertisement
Dobbie03

menu.xml

Sep 2nd, 2017
1,147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.92 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <openbox_menu xmlns="http://openbox.org/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://openbox.org/ file:///usr/share/openbox/menu.xsd">
  3. <menu id="root-menu" label="Openbox 3">
  4.  
  5.  
  6. <separator label="D O B B I E B A N G" />
  7.  
  8. <menu id="access-menu" label="Run">
  9. <item label="Run...">
  10. <action name="Execute">
  11. <command>rofi -show combi</command>
  12. <startupnotify>
  13. <enabled>yes</enabled>
  14. </startupnotify>
  15. </action>
  16. </item>
  17. <separator/>
  18. <item label="Dmenu">
  19. <action name="Execute">
  20. <execute>dmenu_run -i -nb '#191919' -nf '#fea63c' -sb '#fea63c' -sf '#191919' -fn 'San Francisco Display Regular:pixelsize=14'</execute>
  21. </action>
  22. </item>
  23. <separator/>
  24. <menu execute="perl /home/dobbie/.config/openbox/scripts/obsysinfo.pl" id="sysinfo" label="System Info"/>
  25.  
  26. <separator/>
  27. <menu id="main menu" label="Main Menu">
  28.  
  29. <separator label="APPLICATIONS" />
  30. <menu id="screenshottest-menu" label="Screenshot">
  31. <menu id="root-menu-683319" label="ArchLabs Photos">
  32. <item label="&gt;&gt; View">
  33. <action name="Execute">
  34. <command>gpicview ~/Pictures</command>
  35. </action>
  36. </item>
  37. <item label="now.png">
  38. <action name="Execute">
  39. <command>scrot '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  40. </action>
  41. </item>
  42. <item label="[ png ]">
  43. <action name="Execute">
  44. <command>scrot -s '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  45. </action>
  46. </item>
  47. <item label="[png] Selection">
  48. <action name="Execute">
  49. <command>scrot -s -b '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  50. </action>
  51. </item>
  52. <menu id="root-menu-683319-931251" label="PNGs in">
  53. <item label="01">
  54. <action name="Execute">
  55. <command>scrot -d 1 '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  56. </action>
  57. </item>
  58. <item label="05">
  59. <action name="Execute">
  60. <command>scrot -d 5 '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  61. </action>
  62. </item>
  63. <item label="10">
  64. <action name="Execute">
  65. <command>scrot -d 10 '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  66. </action>
  67. </item>
  68. <item label="15">
  69. <action name="Execute">
  70. <command>scrot -d 15 '%F_%T_ArchLabsScrot.png' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  71. </action>
  72. </item>
  73. </menu>
  74. <separator/>
  75. <item label="now.jpg">
  76. <action name="Execute">
  77. <command>scrot '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  78. </action>
  79. </item>
  80. <item label="[ jpg ]">
  81. <action name="Execute">
  82. <command>scrot -s '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  83. </action>
  84. </item>
  85. <item label="[jpg] Selection">
  86. <action name="Execute">
  87. <command>scrot -sb '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  88. </action>
  89. </item>
  90. <menu id="root-menu-683319-41134" label="JPGs in">
  91. <item label="01">
  92. <action name="Execute">
  93. <command>scrot -d 1 '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  94. </action>
  95. </item>
  96. <item label="05">
  97. <action name="Execute">
  98. <command>scrot -d 5 '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  99. </action>
  100. </item>
  101. <item label="10">
  102. <action name="Execute">
  103. <command>scrot -d 10 '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  104. </action>
  105. </item>
  106. <item label="15">
  107. <action name="Execute">
  108. <command>scrot -d 15 '%F_%T_ArchLabsScrot.jpg' -e 'mv $f ~/Screenshots ; gpicview ~/Screenshots/$f'</command>
  109. </action>
  110. </item>
  111. </menu>
  112. </menu>
  113. </menu>
  114. <separator/>
  115. <menu id="apps-accessories-menu" label="Accessories">
  116.  
  117. <item label="Calculator">
  118. <action name="Execute">
  119. <command>gnome-calculator</command>
  120. <startupnotify>
  121. <enabled>yes</enabled>
  122. </startupnotify>
  123. </action>
  124. </item>
  125. <item label="Tomboy Notes">
  126. <action name="Execute">
  127. <command>tomboy</command>
  128. <startupnotify>
  129. <enabled>yes</enabled>
  130. </startupnotify>
  131. </action>
  132. </item>
  133. <item label="Covergloobus Config">
  134. <action name="Execute">
  135. <command>covergloobus-config</command>
  136. <startupnotify>
  137. <enabled>yes</enabled>
  138. </startupnotify>
  139. </action>
  140. </item>
  141. <item label="Character Map">
  142. <action name="Execute">
  143. <command>gnome-characters</command>
  144. <startupnotify>
  145. <enabled>yes</enabled>
  146. </startupnotify>
  147. </action>
  148. </item>
  149. <item label="Catfish Search">
  150. <action name="Execute">
  151. <command>catfish</command>
  152. <startupnotify>
  153. <enabled>yes</enabled>
  154. </startupnotify>
  155. </action>
  156. </item>
  157. <item label="PDF Reader">
  158. <action name="Execute">
  159. <command>evince</command>
  160. <startupnotify>
  161. <enabled>yes</enabled>
  162. </startupnotify>
  163. </action>
  164. </item>
  165. <item label="Etcher USB">
  166. <action name="Execute">
  167. <command>etcher</command>
  168. <startupnotify>
  169. <enabled>yes</enabled>
  170. </startupnotify>
  171. </action>
  172. </item>
  173. <item label="Weather">
  174. <action name="Execute">
  175. <command>urxvt -e curl http://wttr.in/napier</command>
  176. </action>
  177. </item>
  178. <separator/>
  179. <item label="Clocks">
  180. <action name="Execute">
  181. <command>gnome-clocks</command>
  182. </action>
  183. </item>
  184. <item label="Calendar">
  185. <action name="Execute">
  186. <command>orage</command>
  187. </action>
  188. </item>
  189. </menu>
  190. <menu id="apps-editors-menu" label="Editors">
  191. <item label="Atom">
  192. <action name="Execute">
  193. <command>atom</command>
  194. <startupnotify>
  195. <enabled>yes</enabled>
  196. <wmclass>GVim</wmclass>
  197. </startupnotify>
  198. </action>
  199. </item>
  200. <item label="GVim">
  201. <action name="Execute">
  202. <command>gvim</command>
  203. <startupnotify>
  204. <enabled>yes</enabled>
  205. <wmclass>GVim</wmclass>
  206. </startupnotify>
  207. </action>
  208. </item>
  209. <item label="Emacs">
  210. <action name="Execute">
  211. <command>emacs</command>
  212. <startupnotify>
  213. <enabled>yes</enabled>
  214. <wmclass>Emacs</wmclass>
  215. </startupnotify>
  216. </action>
  217. </item>
  218. <item label="Geany">
  219. <action name="Execute">
  220. <command>geany</command>
  221. <startupnotify>
  222. <enabled>yes</enabled>
  223. </startupnotify>
  224. </action>
  225. </item>
  226. <item label="Gedit">
  227. <action name="Execute">
  228. <command>gedit</command>
  229. <startupnotify>
  230. <enabled>yes</enabled>
  231. </startupnotify>
  232. </action>
  233. </item>
  234. </menu>
  235. <menu id="apps-term-menu" label="Terminals">
  236. <item label="Termite">
  237. <action name="Execute">
  238. <command>termite</command>
  239. </action>
  240. </item>
  241. <item label="Urxvt">
  242. <action name="Execute">
  243. <command>urxvt</command>
  244. <startupnotify>
  245. <enabled>yes</enabled>
  246. </startupnotify>
  247. </action>
  248. </item>
  249.  
  250. <separator/>
  251. </menu>
  252. <menu id="apps-net-menu" label="Internet">
  253. <item label="Chromium">
  254. <action name="Execute">
  255. <command>chromium</command>
  256. <startupnotify>
  257. <enabled>yes</enabled>
  258. </startupnotify>
  259. </action>
  260. </item>
  261. <item label="Firefox">
  262. <action name="Execute">
  263. <command>firefox</command>
  264. <startupnotify>
  265. <enabled>yes</enabled>
  266. </startupnotify>
  267. </action>
  268. </item>
  269. <item label="Vivaldi">
  270. <action name="Execute">
  271. <command>vivaldi-snapshot</command>
  272. <startupnotify>
  273. <enabled>yes</enabled>
  274. </startupnotify>
  275. </action>
  276. </item>
  277. <item label="Opera">
  278. <action name="Execute">
  279. <command>opera</command>
  280. <startupnotify>
  281. <enabled>yes</enabled>
  282. </startupnotify>
  283. </action>
  284. </item>
  285. <separator/>
  286. <item label="Soulseek">
  287. <action name="Execute">
  288. <command>soulseekqt</command>
  289. <startupnotify>
  290. <enabled>yes</enabled>
  291. </startupnotify>
  292. </action>
  293. </item>
  294. <item label="Transmission">
  295. <action name="Execute">
  296. <command>transmission-gtk</command>
  297. <startupnotify>
  298. <enabled>yes</enabled>
  299. </startupnotify>
  300. </action>
  301. </item>
  302. <separator/>
  303. <item label="Hex Chat">
  304. <action name="Execute">
  305. <command>hexchat</command>
  306. <startupnotify>
  307. <enabled>yes</enabled>
  308. </startupnotify>
  309. </action>
  310. </item>
  311. <separator/>
  312. <item label="Filezilla">
  313. <action name="Execute">
  314. <command>filezilla</command>
  315. <startupnotify>
  316. <enabled>yes</enabled>
  317. </startupnotify>
  318. </action>
  319. </item>
  320. <separator/>
  321. <separator/>
  322. <menu execute="/usr/bin/al-openbox-menus-network" id="pipe-network" label="Network" />
  323. <separator/>
  324. <menu id="email-menu" label="Email">
  325. <item label="Claws Mail">
  326. <action name="Execute">
  327. <command>claws-mail</command>
  328. <startupnotify>
  329. <enabled>yes</enabled>
  330. </startupnotify>
  331. </action>
  332. </item>
  333. <separator/>
  334. <item label="Gmail">
  335. <action name="Execute">
  336. <command>exo-open --launch WebBrowser https://mail.google.com/mail/u/0/#inbox</command>
  337. <startupnotify>
  338. <enabled>yes</enabled>
  339. </startupnotify>
  340. </action>
  341. </item>
  342. <item label="ProtonMail">
  343. <action name="Execute">
  344. <command>exo-open --launch WebBrowser https://mail.protonmail.com/login</command>
  345. <startupnotify>
  346. <enabled>yes</enabled>
  347. </startupnotify>
  348. </action>
  349. </item>
  350. <item label="iCloud">
  351. <action name="Execute">
  352. <command>exo-open --launch WebBrowser https://www.icloud.com/#mail</command>
  353. <startupnotify>
  354. <enabled>yes</enabled>
  355. </startupnotify>
  356. </action>
  357. </item>
  358. </menu>
  359. </menu>
  360. <menu id="apps-office-menu" label="Office">
  361. <item label="Google Drive">
  362. <action name="Execute">
  363. <execute>exo-open --launch WebBrowser https://drive.google.com/</execute>
  364. </action>
  365. </item>
  366. <item label="Google Docs">
  367. <action name="Execute">
  368. <execute>exo-open --launch WebBrowser https://docs.google.com/</execute>
  369. </action>
  370. </item>
  371. <separator/>
  372. <item label="LibreOffice Base">
  373. <action name="Execute">
  374. <command>libreoffice -base</command>
  375. </action>
  376. </item>
  377. <item label="LibreOffice Calc">
  378. <action name="Execute">
  379. <command>libreoffice -calc</command>
  380. </action>
  381. </item>
  382. <item label="LibreOffice Draw">
  383. <action name="Execute">
  384. <command>libreoffice -draw</command>
  385. </action>
  386. </item>
  387. <item label="LibreOffice Impress">
  388. <action name="Execute">
  389. <command>libreoffice -impress</command>
  390. </action>
  391. </item>
  392. <item label="LibreOffice Math">
  393. <action name="Execute">
  394. <command>libreoffice -math</command>
  395. </action>
  396. </item>
  397. <item label="LibreOffice Printer Admin">
  398. <action name="Execute">
  399. <command>libreoffice-printeradmin</command>
  400. </action>
  401. </item>
  402. <item label="LibreOffice Writer">
  403. <action name="Execute">
  404. <command>libreoffice -writer</command>
  405. </action>
  406. </item>
  407. </menu>
  408. <menu id="apps-multimedia-menu" label="Multimedia">
  409. <item label="Audacious">
  410. <action name="Execute">
  411. <command>audacious</command>
  412. <startupnotify>
  413. <enabled>yes</enabled>
  414. </startupnotify>
  415. </action>
  416. </item>
  417. <item label="Spotify">
  418. <action name="Execute">
  419. <command>spotify --force-device-scale-factor=1.5</command>
  420. <startupnotify>
  421. <enabled>yes</enabled>
  422. </startupnotify>
  423. </action>
  424. </item>
  425. <item label="VLC Player">
  426. <action name="Execute">
  427. <command>vlc</command>
  428. <startupnotify>
  429. <enabled>yes</enabled>
  430. </startupnotify>
  431. </action>
  432. </item>
  433. <item label="MPV Player">
  434. <action name="Execute">
  435. <command>mpv</command>
  436. <startupnotify>
  437. <enabled>yes</enabled>
  438. </startupnotify>
  439. </action>
  440. </item>
  441. <item label="Sonata Player">
  442. <action name="Execute">
  443. <command>sonata</command>
  444. <startupnotify>
  445. <enabled>yes</enabled>
  446. </startupnotify>
  447. </action>
  448. </item>
  449. <item label="Ncmpcpp">
  450. <action name="Execute">
  451. <command>urxvt --geometry 275x40 -e ncmpcpp -S visualizer</command>
  452. <startupnotify>
  453. <enabled>yes</enabled>
  454. </startupnotify>
  455. </action>
  456. </item>
  457. <item label="EasyTag Editor">
  458. <action name="Execute">
  459. <command>easytag</command>
  460. <startupnotify>
  461. <enabled>yes</enabled>
  462. </startupnotify>
  463. </action>
  464. </item>
  465. <item label="Visualiser">
  466. <action name="Execute">
  467. <command>urxvt -e cava</command>
  468. <startupnotify>
  469. <enabled>yes</enabled>
  470. </startupnotify>
  471. </action>
  472. </item>
  473. <separator/>
  474. <item label="Equaliser">
  475. <action name="Execute">
  476. <command>pulseaudio-equalizer-gtk</command>
  477. <startupnotify>
  478. <enabled>yes</enabled>
  479. </startupnotify>
  480. </action>
  481. </item>
  482. <separator/>
  483. <menu execute="/usr/bin/al-openbox-menus-audio" id="pipe-audio" label="Audio Control" />
  484. </menu>
  485. <menu id="apps-tv" label="Television">
  486. <item label="Netflix">
  487. <action name="Execute">
  488. <command>exo-open --launch WebBrowser https://www.netflix.com/browse</command>
  489. <startupnotify>
  490. <enabled>yes</enabled>
  491. </startupnotify>
  492. </action>
  493. </item>
  494. <item label="Neon">
  495. <action name="Execute">
  496. <command>exo-open --launch WebBrowser https://www.neontv.co.nz/</command>
  497. <startupnotify>
  498. <enabled>yes</enabled>
  499. </startupnotify>
  500. </action>
  501. </item>
  502. </menu>
  503. <menu id="apps-fileman-menu" label="File Managers">
  504. <item label="SpaceFM">
  505. <action name="Execute">
  506. <command>spacefm</command>
  507. <startupnotify>
  508. <enabled>yes</enabled>
  509. </startupnotify>
  510. </action>
  511. </item>
  512. <item label="PCmanFM">
  513. <action name="Execute">
  514. <command>pcmanfm</command>
  515. <startupnotify>
  516. <enabled>yes</enabled>
  517. </startupnotify>
  518. </action>
  519. </item>
  520. <item label="Thunar">
  521. <action name="Execute">
  522. <command>thunar</command>
  523. <startupnotify>
  524. <enabled>yes</enabled>
  525. </startupnotify>
  526. </action>
  527. </item>
  528. </menu>
  529. <menu id="apps-graphics-menu" label="Graphics">
  530. <item label="GIMP">
  531. <action name="Execute">
  532. <command>gimp</command>
  533. <startupnotify>
  534. <enabled>yes</enabled>
  535. </startupnotify>
  536. </action>
  537. </item>
  538. <item label="Feh Viewer">
  539. <action name="Execute">
  540. <command>feh</command>
  541. <startupnotify>
  542. <enabled>yes</enabled>
  543. </startupnotify>
  544. </action>
  545. </item>
  546. <item label="Gpicview">
  547. <action name="Execute">
  548. <command>gpicview</command>
  549. <startupnotify>
  550. <enabled>yes</enabled>
  551. </startupnotify>
  552. </action>
  553. </item>
  554. <item label="Inkscape">
  555. <action name="Execute">
  556. <command>inkscape</command>
  557. <startupnotify>
  558. <enabled>yes</enabled>
  559. </startupnotify>
  560. </action>
  561. </item>
  562. <item label="Gpick Colour Picker">
  563. <action name="Execute">
  564. <command>gpick</command>
  565. <startupnotify>
  566. <enabled>yes</enabled>
  567. </startupnotify>
  568. </action>
  569. </item>
  570. <item label="scrot.moe">
  571. <action name="Execute">
  572. <command>exo-open --launch WebBrowser https://scrot.moe/</command>
  573. <startupnotify>
  574. <enabled>yes</enabled>
  575. </startupnotify>
  576. </action>
  577. </item>
  578. <item label="Imgur">
  579. <action name="Execute">
  580. <command>exo-open --launch WebBrowser https://dobbie03.imgur.com/all/</command>
  581. <startupnotify>
  582. <enabled>yes</enabled>
  583. </startupnotify>
  584. </action>
  585. </item>
  586. </menu>
  587. <menu id="games-menu" label="Games">
  588. <item label="Minecraft">
  589. <action name="Execute">
  590. <command>minecraft</command>
  591. <startupnotify>
  592. <enabled>yes</enabled>
  593. </startupnotify>
  594. </action>
  595. </item>
  596. <item label="Steam">
  597. <action name="steam">
  598. <command>steam-runtime</command>
  599. <startupnotify>
  600. <enabled>yes</enabled>
  601. </startupnotify>
  602. </action>
  603. </item>
  604. <item label="0 A.D.">
  605. <action name="steam">
  606. <command>0ad</command>
  607. <startupnotify>
  608. <enabled>yes</enabled>
  609. </startupnotify>
  610. </action>
  611. </item>
  612. </menu>
  613.  
  614. <separator/>
  615. <separator label="SYSTEM" />
  616. <menu id="system-menu" label="System">
  617. <separator label="CONFIGS" />
  618. <menu id="system-menu-25831" label="Edit Settings">
  619. <item label="Edit menu.xml">
  620. <action name="Execute">
  621. <execute>subl3 ~/.config/openbox/menu.xml</execute>
  622. </action>
  623. </item>
  624. <item label="Edit rc.xml">
  625. <action name="Execute">
  626. <execute>subl3 ~/.config/openbox/rc.xml</execute>
  627. </action>
  628. </item>
  629. <item label="Edit Polybar Config">
  630. <action name="Execute">
  631. <execute>subl3 ~/.config/polybar/config</execute>
  632. </action>
  633. </item>
  634. <item label="Edit autostart">
  635. <action name="Execute">
  636. <execute>subl3 ~/.config/openbox/autostart</execute>
  637. </action>
  638. </item>
  639. <item label="Edit .Xresources">
  640. <action name="Execute">
  641. <execute>subl3 ~/.Xresources</execute>
  642. </action>
  643. </item>
  644. <item label="Edit .zshrc">
  645. <action name="Execute">
  646. <execute>subl3 ~/.zshrc</execute>
  647. </action>
  648. </item>
  649. <item label="Edit compton.conf">
  650. <action name="Execute">
  651. <execute>subl3 ~/.config/compton.conf</execute>
  652. </action>
  653. </item>
  654. <item label="Edit pacman.conf">
  655. <action name="Execute">
  656. <execute>gksu subl3 /etc/pacman.conf</execute>
  657. </action>
  658. </item>
  659. <item label="Edit ncmpcpp config">
  660. <action name="Execute">
  661. <execute>subl3 ~/.ncmpcpp/config</execute>
  662. </action>
  663. </item>
  664. <separator/>
  665. <item label="OBMenu GUI">
  666. <action name="Execute">
  667. <execute>obmenu</execute>
  668. </action>
  669. </item>
  670. <item label="OBKey GUI">
  671. <action name="Execute">
  672. <command>obkey</command>
  673. <startupnotify>
  674. <enabled>yes</enabled>
  675. </startupnotify>
  676. </action>
  677. </item>
  678. <item label="XFCE4 Settings">
  679. <action name="Execute">
  680. <command>xfce4-settings-manager</command>
  681. <startupnotify>
  682. <enabled>yes</enabled>
  683. </startupnotify>
  684. </action>
  685. </item>
  686. <separator/>
  687. <item label="Merge .Xresources">
  688. <action name="Execute">
  689. <execute>urxvt -T "Merge Resources" -e xrdb -merge ~/.Xresources</execute>
  690. </action>
  691. </item>
  692. <separator/>
  693. <item label="File Manager As Root">
  694. <action name="Execute">
  695. <command>
  696. gksudo thunar
  697. </command>
  698. </action>
  699. </item>
  700. <item label="Text Editor As Root">
  701. <action name="Execute">
  702. <command>
  703. gksudo subl3
  704. </command>
  705. </action>
  706. </item>
  707. <item label="Terminal As Root">
  708. <action name="Execute">
  709. <command>
  710. gksudo termite
  711. </command>
  712. </action>
  713. </item>
  714. </menu>
  715. <menu id="system-menu-703733" label="Appearance Settings">
  716. <item label="Openbox Configuration Manager">
  717. <action name="Execute">
  718. <command>obconf</command>
  719. <startupnotify>
  720. <enabled>yes</enabled>
  721. </startupnotify>
  722. </action>
  723. </item>
  724. <item label="XFCE4 Appearance">
  725. <action name="Execute">
  726. <command>xfce4-appearance-settings</command>
  727. <startupnotify>
  728. <enabled>yes</enabled>
  729. </startupnotify>
  730. </action>
  731. </item>
  732. <item label="Mouse Appearance">
  733. <action name="Execute">
  734. <command>xfce4-mouse-settings</command>
  735. <startupnotify>
  736. <enabled>yes</enabled>
  737. </startupnotify>
  738. </action>
  739. </item>
  740. <item label="Rofi Appearance">
  741. <action name="Execute">
  742. <command>rofi-theme-selector rofi -modi drun,run -show drun -width 700 -location 0 -font "Noto Sans 13"</command>
  743. </action>
  744. </item>
  745. <item label="ACYLS Tweak">
  746. <action name="Execute">
  747. <command>python3 ~/.icons/ACYLS/scripts/run.py</command>
  748. </action>
  749. </item>
  750. <item label="LightDM Appearance">
  751. <action name="Execute">
  752. <execute>gksudo lightdm-gtk-greeter-settings</execute>
  753. </action>
  754. </item>
  755. <item label="Rofi Appearance">
  756. <action name="Execute">
  757. <command>rofi-theme-selector rofi -modi drun,run -show drun -width 700 -location 0 -font "Noto Sans 13"</command>
  758. </action>
  759. </item>
  760. <item label="Exit Appearance">
  761. <action name="Execute">
  762. <command>gksudo subl3 /etc/oblogout.conf</command>
  763. </action>
  764. </item>
  765. <item label="Screensaver">
  766. <action name="Execute">
  767. <command>xscreensaver</command>
  768. <startupnotify>
  769. <enabled>yes</enabled>
  770. </startupnotify>
  771. </action>
  772. </item>
  773. <item label="Notifications">
  774. <action name="Execute">
  775. <command>xfce4-notifyd-config</command>
  776. <startupnotify>
  777. <enabled>yes</enabled>
  778. </startupnotify>
  779. </action>
  780. </item>
  781. <separator/>
  782. <item label="Choose Wallpaper">
  783. <action name="Execute">
  784. <command>nitrogen</command>
  785. <startupnotify>
  786. <enabled>yes</enabled>
  787. </startupnotify>
  788. </action>
  789. </item>
  790. </menu>
  791. <separator/>
  792. <menu id="root-menu-11169" label="System Tools">
  793. <item label="System Info">
  794. <action name="Execute">
  795. <command>urxvt --geometry 134x38 --hold -e inxi -c 15 -F</command>
  796. <startupnotify>
  797. <enabled>yes</enabled>
  798. </startupnotify>
  799. </action>
  800. </item>
  801. <item label="Task Manager">
  802. <action name="Execute">
  803. <command>xfce4-taskmanager</command>
  804. </action>
  805. </item>
  806. <separator/>
  807. <item label="Pulse Audio Preferences">
  808. <action name="Execute">
  809. <command>pavucontrol</command>
  810. </action>
  811. </item>
  812. <item label="ALSA Preferences">
  813. <action name="Execute">
  814. <command>urxvt -e alsamixer</command>
  815. </action>
  816. </item>
  817. <separator/>
  818. <item label="Slurm Network Monitor">
  819. <action name="Execute">
  820. <command>urxvt --geometry 200x35 -e slurm -i enp2s0</command>
  821. </action>
  822. </item>
  823. <item label="Htop Process Viewer">
  824. <action name="Execute">
  825. <command>urxvt --geometry 200x35 -e htop</command>
  826. </action>
  827. </item>
  828. <item label="Glances System Monitor">
  829. <action name="Execute">
  830. <command>urxvt --geometry 200x35 -e glances</command>
  831. </action>
  832. </item>
  833. <item label="Lftp FTP Client">
  834. <action name="Execute">
  835. <command>urxvt -e lftp</command>
  836. <startupnotify>
  837. <enabled>yes</enabled>
  838. </startupnotify>
  839. </action>
  840. </item>
  841. <item label="Speedtest CLI">
  842. <action name="Execute">
  843. <command>urxvt --geometry 200x35 -e speedtest</command>
  844. </action>
  845. </item>
  846. <item label="Gnome Disks">
  847. <action name="Execute">
  848. <command>gnome-disks</command>
  849. </action>
  850. </item>
  851. <item label="Scrot">
  852. <action name="Execute">
  853. <command>scrot -d 5</command>
  854. <startupnotify>
  855. <enabled>yes</enabled>
  856. </startupnotify>
  857. </action>
  858. </item>
  859. </menu>
  860. <menu execute="/usr/bin/al-openbox-menus-displays" id="pipe-displays" label="Display Settings" />
  861. <menu execute="/usr/bin/al-compositor" id="compositing-pipemenu" label="Compositing" />
  862. <menu execute="/usr/bin/al-openbox-menus-power-management" id="pipe-power" label="Power Settings" />
  863. <separator/>
  864. <menu execute="/usr/bin/al-help-pipemenu" id="pipe-helpandres" label="Help and Resources" />
  865. <menu execute="/usr/bin/al-kb-pipemenu" id="pipe-kb" label="Keybindings" />
  866.  
  867. <separator/>
  868. <item label="Reconfigure Openbox">
  869. <action name="Reconfigure"/>
  870. </item>
  871. <item label="Restart Openbox">
  872. <action name="Restart"/>
  873. </item>
  874. </menu>
  875. <menu id="places menu" label="Places">
  876.  
  877. <menu id="client-list-menu"/>
  878. <menu execute="/bin/al-recent-files-pipemenu" id="pipe-recentplaces" label="Recents"/>
  879. <menu execute="/bin/al-places-pipemenu" id="pipe-places" label="Places"/>
  880. </menu>
  881.  
  882. <separator/>
  883. <menu id="logout-menu" label="Exit">
  884.  
  885. <item label="Lock Screen">
  886. <action name="Execute">
  887. <execute>slimlock</execute>
  888. </action>
  889. </item>
  890. <item label="Exit">
  891. <action name="Execute">
  892. <execute>oblogout</execute>
  893. </action>
  894. </item>
  895. </menu>
  896. </menu>
  897. </item>
  898. <separator/>
  899. <item label="Web Browser">
  900. <action name="Execute">
  901. <execute>chromium</execute>
  902. </action>
  903. </item>
  904. <item label="Email">
  905. <action name="Execute">
  906. <execute>exo-open --launch WebBrowser https://mail.google.com/mail/u/0/#inbox</execute>
  907. </action>
  908. </item>
  909. <item label="File Manager">
  910. <action name="Execute">
  911. <execute>thunar</execute>
  912. </action>
  913. </item>
  914. <item label="Music Player">
  915. <action name="Execute">
  916. <execute>audacious</execute>
  917. </action>
  918. </item>
  919. <item label="Notes">
  920. <action name="Execute">
  921. <execute>typora</execute>
  922. </action>
  923. </item>
  924. <item label="File Editor">
  925. <action name="Execute">
  926. <execute>subl3</execute>
  927. </action>
  928. </item>
  929. <item label="Terminal">
  930. <action name="Execute">
  931. <execute>termite</execute>
  932. </action>
  933. </item>
  934. <separator/>
  935. <item label="Encryptyr">
  936. <action name="Execute">
  937. <execute>encryptr</execute>
  938. </action>
  939. </item>
  940. <separator/>
  941. <menu execute="/usr/bin/al-audacious.sh" id="pipe-aud" label="Now Playing" />
  942. <separator/>
  943. <menu execute="/bin/al-recent-files-pipemenu" id="pipe-recentplaces" label="Recents"/>
  944. <menu execute="/bin/al-places-pipemenu" id="pipe-places" label="Places"/>
  945. <separator/>
  946. <item label="EXIT">
  947. <action name="Execute">
  948. <command>oblogout</command>
  949. </action>
  950. </item>
  951.  
  952.  
  953. </openbox_menu>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement