Override blueberry .desktop file to force dark mode

This commit is contained in:
David Heinemeier Hansson
2025-06-09 12:26:39 +02:00
parent d9856acd5e
commit 3f5d889928
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
[Desktop Entry]
Name=Bluetooth
Comment=Configure Bluetooth settings
Icon=bluetooth
Exec=env GTK_THEME=Adwaita-dark blueberry
Terminal=false
Type=Application
StartupNotify=true

View File

@ -1,6 +1,9 @@
# Copy over Omarchy configs # Copy over Omarchy configs
cp -R ~/.local/share/omarchy/config/* ~/.config/ cp -R ~/.local/share/omarchy/config/* ~/.config/
# Copy over Omarchy applications
cp -R ~/.local/share/omarchy/applications/* ~/.local/share/applications/
# Use default bashrc from Omarchy # Use default bashrc from Omarchy
echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc echo "source ~/.local/share/omarchy/default/bash/rc" >~/.bashrc