Split out default theme installation

This commit is contained in:
David Heinemeier Hansson 2024-05-27 20:12:05 -07:00
parent 6be3dc0a13
commit d40779d50f
2 changed files with 2 additions and 3 deletions

View File

@ -5,8 +5,5 @@ fi
# Turn off default Ubuntu extensions
gsettings set org.gnome.shell disabled-extensions ['tiling-assistant@ubuntu.com', 'ubuntu-appindicators@ubuntu.com', 'ubuntu-dock@ubuntu.com']
# Set default UI theme
source ~/.local/share/omakub/themes/gnome/yaru-dark-purple.sh
# FIXME: Only do this on Framework laptops or similar displays
gsettings set org.gnome.desktop.interface text-scaling-factor 0.8

2
install/theme.sh Normal file
View File

@ -0,0 +1,2 @@
# Setup default theme
source ~/.local/share/omakub/themes/gnome/yaru.sh