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