Skip to main content
Version: main

fuzzel

Generate colour themes for Fuzzel application launcher.

Description

Fuzzel is a fast, lightweight application launcher for wlroots-based compositors. The plugin generates an INI-format theme file that styles the launcher window.

Output path

~/.config/fuzzel/themes/tinct.ini

Usage

tinct generate -i image -p ~/wallpaper.jpg -o fuzzel

Flags

FlagDefaultDescription
--fuzzel.output-dir~/.config/fuzzel/themesOutput directory for theme files

Configuration

Include the generated theme in your fuzzel configuration.

Add to your ~/.config/fuzzel/fuzzel.ini:

include=~/.config/fuzzel/themes/tinct.ini

Themed elements

The theme affects:

  • Window background
  • Input field styling
  • List item colours
  • Selection highlighting
  • Border colours

Generated format

# Fuzzel theme generated by tinct

[colors]
background=1e1e2eff
text=cdd6f4ff
match=89b4faff
selection=313244ff
selection-text=cdd6f4ff
selection-match=89b4faff
border=89b4faff

See also