diff --git a/install/gnome-tailoring.sh b/install/gnome-tailoring.sh index 2435d1c..402591c 100644 --- a/install/gnome-tailoring.sh +++ b/install/gnome-tailoring.sh @@ -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 diff --git a/install/theme.sh b/install/theme.sh new file mode 100644 index 0000000..2243828 --- /dev/null +++ b/install/theme.sh @@ -0,0 +1,2 @@ +# Setup default theme +source ~/.local/share/omakub/themes/gnome/yaru.sh