This commit is contained in:
davedatum
2019-11-04 23:10:47 +00:00
parent 7e63616ad1
commit 23a7402a75
43 changed files with 10886 additions and 1 deletions

11
gdm-theme-backup.script Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
#Used directory
gnomedir=/usr/share/gnome-shell
theme=gnome-shell-theme.gresource
#Backup Gnome GDM theme in .old file
cd $gnomedir
cp -f $theme $theme.old