Installing Dependencies
Each desktop has its own set of dependencies — the window manager, status bar, terminal emulator, and other tools it requires. You need to install these before applying a desktop.
Viewing dependencies
To see what a desktop requires:
gtheme desktop deps <desktop>For example:
gtheme desktop deps hyprThis prints the list of required packages, one per line.
Optional dependencies
Some desktops also have optional dependencies for features you might not need. To see all dependencies (required + optional):
gtheme desktop deps <desktop> --allOne-liner install (Arch Linux)
If you’re on Arch Linux with an AUR helper like yay or paru, you can pipe the dependency list directly:
gtheme desktop deps hypr | yay -S --needed -gtheme desktop deps hypr | paru -S --needed -To include optional dependencies:
gtheme desktop deps hypr --all | yay -S --needed -gtheme desktop deps hypr --all | paru -S --needed -Desktop info
You can also view a desktop’s full metadata (author, description, credits, and dependencies) with:
gtheme desktop info <desktop>