From 6403a735f73b15a1b405663f89fe7b8ba21d671b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 22 Jan 2024 18:39:00 +0200 Subject: [PATCH] schildichat: use dark theme --- bash/usr-local-bin/schildichat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/schildichat b/bash/usr-local-bin/schildichat index 5a0c35b..4cd1f50 100755 --- a/bash/usr-local-bin/schildichat +++ b/bash/usr-local-bin/schildichat @@ -1,5 +1,5 @@ #!/usr/bin/env bash set -x -flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@ +flatpak run chat.schildi.desktop --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --system-theme-dark-override $@ set +x