Conky menu items now point to conky.lua config (where relevant) and some VM menu items have been reordered too
This commit is contained in:
parent
2d82420348
commit
ed37fbf8f1
@ -148,26 +148,26 @@
|
|||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="conky" label="conky">
|
<menu id="conky" label="conky">
|
||||||
<item label="edit conkyrc">
|
<item label="edit conky.lua">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>exo-open ~/.conky/conkyrc</command>
|
<command>gnome-terminal -- vim ~/.conky/conky.lua</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="view default conf">
|
<item label="edit conkyrc">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>exo-open /etc/conky/conky.conf</command>
|
<command>gnome-terminal -- vim ~/.conky/conkyrc</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<separator/>
|
<separator/>
|
||||||
<item label="start conky">
|
<item label="start conky">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>conky</command>
|
<command>conky -c ~/.conky/conky.lua</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
<item label="stop conky">
|
<item label="stop conky">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>pkill conky</command>
|
<command>pkill -9 conky</command>
|
||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
@ -237,8 +237,8 @@
|
|||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<!-- fedora sql -->
|
<!-- fedora sql thirty -->
|
||||||
<menu id="vm5" label="fedora sql">
|
<menu id="vm5" label="fedora sql thirty">
|
||||||
<item label="start">
|
<item label="start">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>vboxmanage startvm ed010826-672e-4a9a-88fd-fbf0e3cb9fa6</command>
|
<command>vboxmanage startvm ed010826-672e-4a9a-88fd-fbf0e3cb9fa6</command>
|
||||||
@ -427,44 +427,6 @@
|
|||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<!-- openSUSE Tumbleweed-->
|
|
||||||
<menu id="vm321" label="openSUSE Tumbleweed">
|
|
||||||
<item label="start">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage startvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="start headless">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxheadless -s 6358239b-4a74-4eb9-96ef-54324aa5bf5f</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="pause">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f pause</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="save state">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f savestate</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="restart">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f reset</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="poweroff">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f poweroff</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="info">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>xterm -e 'vboxmanage showvminfo 6358239b-4a74-4eb9-96ef-54324aa5bf5f; echo "press enter to exit"; read'</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
</menu>
|
|
||||||
<!-- archlinux -->
|
<!-- archlinux -->
|
||||||
<menu id="vm9001" label="arch">
|
<menu id="vm9001" label="arch">
|
||||||
<item label="start">
|
<item label="start">
|
||||||
@ -503,44 +465,6 @@
|
|||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<!-- ghostbsd -->
|
|
||||||
<menu id="vm7" label="ghostbsd">
|
|
||||||
<item label="start">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage startvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="start headless">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxheadless -s 05893c08-fdcf-4443-b8b0-83f17ff3ad11</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="pause">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 pause</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="save state">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 savestate</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="restart">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 reset</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="poweroff">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 poweroff</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
<item label="info">
|
|
||||||
<action name="Execute">
|
|
||||||
<command>xterm -e 'vboxmanage showvminfo 05893c08-fdcf-4443-b8b0-83f17ff3ad11; echo "press enter to exit"; read'</command>
|
|
||||||
</action>
|
|
||||||
</item>
|
|
||||||
</menu>
|
|
||||||
<!-- archlabs -->
|
<!-- archlabs -->
|
||||||
<menu id="vm8" label="archlabs">
|
<menu id="vm8" label="archlabs">
|
||||||
<item label="start">
|
<item label="start">
|
||||||
@ -579,8 +503,84 @@
|
|||||||
</action>
|
</action>
|
||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
<!-- freebsd -->
|
||||||
|
<menu id="vm7" label="freebsd">
|
||||||
|
<item label="start">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage startvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="start headless">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxheadless -s 05893c08-fdcf-4443-b8b0-83f17ff3ad11</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="pause">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 pause</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="save state">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 savestate</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="restart">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 reset</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="poweroff">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 05893c08-fdcf-4443-b8b0-83f17ff3ad11 poweroff</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="info">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xterm -e 'vboxmanage showvminfo 05893c08-fdcf-4443-b8b0-83f17ff3ad11; echo "press enter to exit"; read'</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
|
<!-- openSUSE Tumbleweed-->
|
||||||
|
<menu id="vm321" label="openSUSE Tumbleweed">
|
||||||
|
<item label="start">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage startvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="start headless">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxheadless -s 6358239b-4a74-4eb9-96ef-54324aa5bf5f</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="pause">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f pause</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="save state">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f savestate</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="restart">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f reset</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="poweroff">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>vboxmanage controlvm 6358239b-4a74-4eb9-96ef-54324aa5bf5f poweroff</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
<item label="info">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>xterm -e 'vboxmanage showvminfo 6358239b-4a74-4eb9-96ef-54324aa5bf5f; echo "press enter to exit"; read'</command>
|
||||||
|
</action>
|
||||||
|
</item>
|
||||||
|
</menu>
|
||||||
<!-- freeDOS -->
|
<!-- freeDOS -->
|
||||||
<menu id="vm6432" label="freeDos">
|
<menu id="vm6432" label="freeDOS">
|
||||||
<item label="start">
|
<item label="start">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>vboxmanage startvm ffc54e08-7f70-4db4-b00a-2399fcf09676</command>
|
<command>vboxmanage startvm ffc54e08-7f70-4db4-b00a-2399fcf09676</command>
|
||||||
@ -618,7 +618,7 @@
|
|||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
<!-- we-all-know-what $hit -->
|
<!-- we-all-know-what $hit -->
|
||||||
<menu id="vm9" label="win$hit">
|
<menu id="vm9" label="window$">
|
||||||
<item label="start">
|
<item label="start">
|
||||||
<action name="Execute">
|
<action name="Execute">
|
||||||
<command>vboxmanage startvm 644bb9c8-6757-4809-bf4b-b7bac03b36db</command>
|
<command>vboxmanage startvm 644bb9c8-6757-4809-bf4b-b7bac03b36db</command>
|
||||||
@ -668,7 +668,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
|
||||||
<separator/>
|
<separator/>
|
||||||
|
|
||||||
<menu id="terminals-menu"/>
|
<menu id="terminals-menu"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user