Skip to content

Latest commit

 

History

History
53 lines (44 loc) · 2.15 KB

README.md

File metadata and controls

53 lines (44 loc) · 2.15 KB

Qubes OS Tweak Tools

My personal Qubes OS Tweak Tools, configs and related files.

Icons

Mostly icons for qubes-label-tt. Full description in icons sub-directory.

Tweak Tools & Libraries

qubesadmintt Utilities

Tweaks to utilities of qubesadmin tools. These utilities are not installed by default as a part of Tweak Tools. More information in qubes-core-admin-client-tt sub-directory.

qubesappmenustt Lib & qvm-appmenus-tt Utility

Tweak Tools for Qubes OS AppMenus. Full description is available in qubesappmenustt sub-directory.

qubesimgconvertertt Lib & qvm-get-image-tt Utility

Custom effects for Qubes OS icons & images. Full description is available in qubesimgconvertertt sub-directory.

qubes-label-tt Utility

Label management tool for Qubes OS. Full description is available in qubes-label-tt sub-directory.

icon-receiver-tt Daemon

Custom icon effects for the running VM Apps. Full description is available in window-icon-updater-tt sub-directory.

qubes-update-tt Utility

My personal template updater tweak tool. This utility is not installed by default as a part of Tweak Tools. More information and background in qubes-update-tt sub-directory.

Installation & Removal

Individual libraries or tools could be installed via the Makefiles inside their directories. Each Makefile has its own install & remove targets as well as a default info target which prints brief explanation of the operation. qubesimgconvertertt is a dependency for qubesappmenustt & icon-receiver-tt daemon. All of the tools & libraries with the exception of qubes-update-tt could be installed in the project root via this command:

make install

And removed via this command:

make remove

References & Links