init
This commit is contained in:
11
gdm-theme-backup.script
Normal file
11
gdm-theme-backup.script
Normal 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
|
Reference in New Issue
Block a user