From 5ed08ef5b9ef804edac39808eb9e4656a130514c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 20:34:53 +0200 Subject: [PATCH] Attempt to set chromium theme before first launch --- install/desktop/theme.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/desktop/theme.sh b/install/desktop/theme.sh index 47a5d398..13ed885a 100644 --- a/install/desktop/theme.sh +++ b/install/desktop/theme.sh @@ -28,6 +28,10 @@ mkdir -p ~/.config/omarchy/current ln -snf ~/.config/omarchy/themes/tokyo-night ~/.config/omarchy/current/theme ln -snf ~/.config/omarchy/current/theme/backgrounds/1-scenery-pink-lakeside-sunset-lake-landscape-scenic-panorama-7680x3215-144.png ~/.config/omarchy/current/background +# Set chromium for current theme +chromium --no-startup-window --set-color-scheme="dark" +chromium --no-startup-window --set-theme-color="$(<~/.config/omarchy/current/theme/chromium.theme)" + # Set specific app links for current theme ln -snf ~/.config/omarchy/current/theme/neovim.lua ~/.config/nvim/lua/plugins/theme.lua