From d40779d50fe6bc5726227e31e5569bfe37ceda17 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 27 May 2024 20:12:05 -0700 Subject: [PATCH] Split out default theme installation --- install/gnome-tailoring.sh | 3 --- install/theme.sh | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 install/theme.sh 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