Turn off default extensions
This commit is contained in:
parent
df5ad7c8dc
commit
47a8954ffd
@ -2,6 +2,8 @@ if ! command -v gnome-tweak-tool &>/dev/null; then
|
||||
sudo apt install -y gnome-tweak-tool
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user