mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-22 01:21:33 -05:00
Update Ubuntu-Desktop-20.04-LTS.sh
This commit is contained in:
parent
a5b63bb556
commit
a0b5d5b42b
@ -139,6 +139,13 @@ gsettings set org.gnome.desktop.interface icon-theme "Arc"
|
||||
gsettings set org.gnome.desktop.interface gtk-theme "Yaru-dark"
|
||||
flatpak upgrade -y
|
||||
|
||||
#Set Black GDM background
|
||||
mkdir -p /home/${USER}/Pictures/Wallpapers/
|
||||
wget https://wallpaperaccess.com/full/512679.jpg -O /home/${USER}/Pictures/Wallpapers/Black.png
|
||||
wget github.com/thiggy01/change-gdm-background/raw/master/change-gdm-background
|
||||
sudo chmod u+x /home/${USER}/change-gdm-background
|
||||
sudo /home/${USER}/change-gdm-background /home/${USER}/Pictures/Wallpapers/Black.png
|
||||
|
||||
#Set Ubuntu 20.04 LTS Wallpaper
|
||||
gsettings set org.gnome.desktop.background picture-uri 'file:///usr/share/backgrounds/matt-mcnulty-nyc-2nd-ave.jpg'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user