From 93e92f5c5e382c55cb5cce2456102ce1db090c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Wed, 28 Oct 2020 12:40:31 +0100 Subject: [PATCH] Gnome-Shell: update gnome 3.38.1 --- share/themes/Kali-Dark/gnome-shell/gnome-shell.css | 3 ++- share/themes/Kali-Light/gnome-shell/gnome-shell.css | 3 ++- .../upstream/gnome-shell-sass/widgets/_misc.scss | 1 + src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css index 56d5cda4..ea25ad7d 100644 --- a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css @@ -1602,7 +1602,8 @@ StScrollBar { .user-icon { background-size: contain; color: white; - border-radius: 99px; } + border-radius: 99px; + border: 2px white; } .user-icon:hover { color: white; } .user-icon StIcon { diff --git a/share/themes/Kali-Light/gnome-shell/gnome-shell.css b/share/themes/Kali-Light/gnome-shell/gnome-shell.css index 1f83b62c..ff610df1 100644 --- a/share/themes/Kali-Light/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Light/gnome-shell/gnome-shell.css @@ -1601,7 +1601,8 @@ StScrollBar { .user-icon { background-size: contain; color: white; - border-radius: 99px; } + border-radius: 99px; + border: 2px white; } .user-icon:hover { color: white; } .user-icon StIcon { diff --git a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_misc.scss b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_misc.scss index aa543a0e..96dd4d1d 100644 --- a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_misc.scss +++ b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_misc.scss @@ -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%); } diff --git a/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh b/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh index 18fa03fd..208a47d0 100755 --- a/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh +++ b/src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh @@ -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"