白月初

Home
About
Projects
Blog

Loading.

Loading.

On this page

  • Fix icon theme not working on polybar
  • Custom theme for qt
  • Use qt5ct and qt6ct to change settings
baiyuechu.dev

Qt5 and Qt6 Settings Note
qt6qt5qt

Some setting for Qt5 and Qt6

2025-08-20By Baiyuechu
...
Your browser does not support the audio element.

Qt5 and Qt6 Settings Note

Fix icon theme not working on polybar

Add the following line to your .zprofile (zsh) or .bash_profile (bash) file:

bash
1export QT_QPA_PLATFORMTHEME=qt6ct

Or

bash
1export QT_QPA_PLATFORMTHEME=qt5ct

Custom theme for qt

Create file yournametheme.conf in ~/.config/qt6ct/colors/ (with app qt6) and ~/.config/qt5ct/colors/ (with app qt5).

This is a my theme:

conf
1[ColorScheme]
2active_colors=  #ffffffff, #ff282f3e, #ff5f6675, #ff111827, #ff111827, #ff282f3e, #ffffffff, #ffffffff, #ffffffff, #ff282f3e, #ff282f3e, #ff111827, #ffa5b4fc, #ff111827, #ffa5b4fc, #ffbdb0e4, #ff282f3e, #ffffffff, #ff282f3e, #ffffffff, #805f6675, #ffa5b4fc
3inactive_colors=#ff5f6675, #ff282f3e, #ff5f6675, #ff111827, #ff111827, #ff282f3e, #ff5f6675, #ffffffff, #ff5f6675, #ff282f3e, #ff282f3e, #ff111827, #ff111827, #ff5f6675, #ff5f6675, #ff5f6675, #ff282f3e, #ffffffff, #ff282f3e, #ffffffff, #805f6675, #ff111827
4disabled_colors=#ff5f6675, #ff111827, #ff5f6675, #ff111827, #ff111827, #ff282f3e, #ff5f6675, #ffffffff, #ff5f6675, #ff282f3e, #ff282f3e, #ff111827, #ff282f3e, #ff5f6675, #ffb3a6da, #ffa6e3f1, #ff282f3e, #ffffffff, #ff282f3e, #ffffffff, #805f6675, #ff282f3e

Use qt5ct and qt6ct to change settings

  • Install qt5ct and qt6ct
bash
1sudo pacman -S qt5ct
2sudo pacman -S qt6ct
bash
1qt5ct
2qt6ct
  • You can choose your theme, font, icon theme and more in the settings.

Join Baiyuechu Newsletter!

Get notified when I publish new articles, tutorials, and project updates. Subscribe for insights and actionable content.

Baiyuechu

I am a software engineer with a passion for building web applications and mobile apps. I am a quick learner and I am always looking to improve my skills.

© 2026 Baiyuechu

General

  • Home
  • About
  • Projects
  • Blog
  • Toolbox
  • Stats

Specifics

  • Connections
  • Gallery
  • Community

Extra

  • Links
  • Changelog

baiyuechu