Attempt to set chromium theme before first launch

This commit is contained in:
David Heinemeier Hansson 2025-08-24 20:34:53 +02:00
parent ae8c76f582
commit 5ed08ef5b9

View File

@ -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