mirror of
https://github.com/caelestia-dots/cli.git
synced 2026-06-05 14:59:29 -05:00
theme: better qt theming
Switch to Darkly for default QT style Use qt5ct-kde and qt6ct-kde
This commit is contained in:
+3
-3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user