summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-15 15:53:39 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-15 15:53:39 +1000
commitd727836cc9effb716fc3de89d06123e05feb823b (patch)
tree2b53227c00202c83afd9d896a03e2fa2b09f1f79 /default.nix
parent[CI] chore: update flake (diff)
downloadcaelestia-cli-d727836cc9effb716fc3de89d06123e05feb823b.tar.gz
caelestia-cli-d727836cc9effb716fc3de89d06123e05feb823b.tar.bz2
caelestia-cli-d727836cc9effb716fc3de89d06123e05feb823b.zip
theme: better qt theming
Switch to Darkly for default QT style Use qt5ct-kde and qt6ct-kde
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/default.nix b/default.nix
index 116ef87..87e03e8 100644
--- a/default.nix
+++ b/default.nix
@@ -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";