Gnome-Shell: update gnome 3.38.1

This commit is contained in:
Daniel Ruiz de Alegría
2020-10-28 12:40:31 +01:00
parent 3d6f0b4fad
commit 93e92f5c5e
4 changed files with 6 additions and 3 deletions
@@ -9,6 +9,7 @@
background-size: contain;
color: $osd_fg_color;
border-radius: 99px;
border: 2px $osd_fg_color;
&:hover {
color: lighten($osd_fg_color,30%);
}
@@ -4,7 +4,7 @@ GREEN='\033[0;32m'
YELLOW='\033[0;33m'
RESET='\033[0m'
VERSION=3.38.0
VERSION=3.38.1
echo
echo " $YELLOW[ i ]$RESET Upstream version $VERSION"