Catppuccin for Ulauncher
- Make sure the
ulauncher
is installed andpython3
command is available on your system. - Execute the
install.py
script, either after cloning the repository, or viacurl
:
python3 <(curl https://raw.githubusercontent.com/catppuccin/ulauncher/main/install.py -fsSL)
- In ULauncher, click the gear icon and in settings select the theme you want.
-f
or--flavor
for list of flavors to install, can bemocha
,frappe
,macchiato
andlatte
or passall
to install all flavor. Itsmocha
by default.-a
or--apply
for list of accents to install, can be a list ofrosewater
,flamingo
,pink
,mauve
,red
,maroon
,peach
,yellow
,green
,teal
,sky
,sapphire
,blue
,lavender
or passall
to install all accents. Itsblue
by default.-r
or--radius
for applying border radius to the themes, can be any integer between0
to48
. Its14
by default.
If you are feeling lazy, you can just pass -f all -a all
to install all flavors and accents.
python3 <(curl https://raw.githubusercontent.com/catppuccin/ulauncher/main/install.py -fsSL) -f all -a all
Copyright © 2021-present Catppuccin Org