Files
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
gdm-theme-settings/gdm-theme-backup.script
davedatum 23a7402a75 init
2019-11-04 23:10:47 +00:00

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