init
This commit is contained in:
parent
7e63616ad1
commit
23a7402a75
43 changed files with 10886 additions and 1 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue