Skip to content

Instantly share code, notes, and snippets.

@defrindr
Last active February 21, 2019 05:15
Show Gist options
  • Save defrindr/c9feb104ba3aca61d8d6be0ac512abd9 to your computer and use it in GitHub Desktop.
Save defrindr/c9feb104ba3aca61d8d6be0ac512abd9 to your computer and use it in GitHub Desktop.
tutorial how to change GDM background on ubuntu
1. Sediakan gambar yang akan digunakan sebagai background
2. buka folder /usr/share/gnome-shell/theme
3. Buka file gdm3.css
4. Tekan ctrl+w kemudian input #lockDialogGroup
5. Ganti url background dengan gambar yang tadi telah di sediakan
#lockDialogGroup {
background: #2c001e url(/home/nightsec/Gambar/Wallpapers/879280.jpg);
background-repeat: no-repeat;
background-size: 1200px 780px;}
6. Kemudian save dgm3.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment