theme: better qt theming

Switch to Darkly for default QT style
Use qt5ct-kde and qt6ct-kde
This commit is contained in:
2 * r + 2 * t
2025-08-15 15:53:39 +10:00
parent 5b34ef0061
commit d727836cc9
7 changed files with 335 additions and 12 deletions
+3 -3
View File
@@ -18,7 +18,7 @@
caelestia-shell,
withShell ? false,
discordBin ? "discord",
qtctStyle ? "Fusion",
qtctStyle ? "Darkly",
}:
python3.pkgs.buildPythonApplication {
pname = "caelestia-cli";
@@ -70,9 +70,9 @@ python3.pkgs.buildPythonApplication {
--replace-fail 'discord' ${discordBin} \
--replace-fail 'todoist' 'todoist.desktop'
# Use config style instead of fusion
# Use config style instead of darkly
substituteInPlace src/caelestia/data/templates/qtct.conf \
--replace-fail 'Fusion' '${qtctStyle}'
--replace-fail 'Darkly' '${qtctStyle}'
'';
postInstall = "installShellCompletion completions/caelestia.fish";