From d727836cc9effb716fc3de89d06123e05feb823b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:53:39 +1000 Subject: theme: better qt theming Switch to Darkly for default QT style Use qt5ct-kde and qt6ct-kde --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'default.nix') 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"; -- cgit v1.2.3-freya