Collection of tools that utilize dmenu to provide the user with a drop down menu for QubesOS R4.0+, from which they can quickly administer their qube preferences, firewall rules, applications, devices, etc. with only the keyboard.
The colors that correspond to the qube label can be adjusted by creating a
text file called qmenu.conf
in /home/user/.config/
with
the following contents:
[LABEL 1]=#[HEX TRIPLET]
[LABEL 2]=#[HEX TRIPLET]
...
[LABEL 8]=#[HEX TRIPLET]
Launch domU applications.
Usage: qmenu-al [OPTION] (--light-theme)
--all
--focused
List and manage your connected devices.
Usage: qmenu-dm [OPTION] (--light-theme)
--all
--audio-input
--block
--usb
List, manage and configure your qubes.
Selecting the top row, instead of any qube, will refresh the list.
Usage: qmenu-vm [OPTION] (--light-theme)
--all
--focused
--halted
--paused
--running
--tags=[TAG]
-
[user@dispXXXX ~]$ git clone https://github.com/sine3o14nnae/qmenu/
-
[user@dom0 ~]$ qvm-run --pass-io dispXXXX 'cat /home/user/qmenu/qmenu-XX' > /tmp/qmenu-XX
-
[user@dom0 ~]$ sudo cp /tmp/qmenu-XX /usr/bin/
-
[user@dom0 ~]$ sudo chmod 755 /usr/bin/qmenu-XX