Skip to content
/ qtheme Public

Terminal tool to manage themes, fonts, and more in qtile and kitty

License

Notifications You must be signed in to change notification settings

loadept/qtheme

Repository files navigation

QTHEME

preview preview

Installation

git clone https://github.com/jsusmachaca/qtheme.git
cd qtheme

In Arch Linux

makepkg -si

In other distros

python setup.py build
python setup.py install

Aplication

Qtile

To list available themes for qtile and kitty

qtheme -ls

Output:

preview

To change the qtile theme

qtheme --theme [theme]

To change the position of the bar

qtheme --position [top/bottom]

You can put the parameters together

qtheme -t nord -p t

Kitty

To change the terminal theme

qtheme --terminal [theme]

To change the opacity

qtheme --terminal-opacity [opacity-value]

To change the terminal font family

qtheme --terminal-font [font-family]

Qtile + Kitty

You can use the parameters together

qtheme -t onedark -To 0.80 -kf "UbuntuMono Nerd Font"

You can also use the qtile and kitty parameters

qtheme -t forest -p b -k onedark -ko 1 -kf "Hack Nerd Font"