theme
.face
LICENSE
Makefile
README.md
check-theme
check-theme.desktop
check-warning.png
extractgst.sh
gdm-theme-backup.hook
gdm-theme-backup.script
gdm-theme-maia-install.hook
gdm-theme-maia-install.script
gdm-theme-maia-remove.hook
gdm-theme-maia-remove.script
recolor.sh
12 lines
172 B
Bash
12 lines
172 B
Bash
#!/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
|