Last active
February 21, 2019 05:15
-
-
Save defrindr/c9feb104ba3aca61d8d6be0ac512abd9 to your computer and use it in GitHub Desktop.
tutorial how to change GDM background on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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