Module thcon::app::plasma[][src]

Switches between KDE Plasma theme packages

Usage: Linux & BSD

KDE Plasma already ships with a commandline tool to switch global UI themes: lookandfeeltool. thcon simply shells out to that command, so configuring thcon requires a brief interaction with it.

Run lookandfeeltool --list to show all available theme packages. Choose the theme packages you want for light and dark mode, then list those in your thcon.toml, e.g.:

[plasma]
dark = "org.kde.breezedark.desktop"   # the default dark theme
light = "org.kde.breeze.desktop"      # the default light theme

Usage: Windows & macOS

KDE Plasma is not supported on these platforms.

thcon.toml Schema

Section: plasma

KeyTypeDescriptionDefault
darkstringThe theme package name to use in dark mode(none)
lightstringThe theme package name to use in light mode(none)

Structs

Config
Plasma