From af27429cc225681912a340570f73196816dd5313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Wed, 8 Jul 2020 16:24:40 +0200 Subject: [PATCH] Gnome-Shell: Upload for gnome-shell 3.36.4 --- share/themes/Kali-Dark/gnome-shell/gnome-shell.css | 2 +- share/themes/Kali-Light/gnome-shell/gnome-shell.css | 2 +- .../upstream/gnome-shell-sass/widgets/_calendar.scss | 2 +- src/themes/Kali/sass/gnome-shell-sass/upstream/sync.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css index 7abfce7c..8f0d72d3 100644 --- a/share/themes/Kali-Dark/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Dark/gnome-shell/gnome-shell.css @@ -587,7 +587,7 @@ StScrollBar { .world-clocks-button .world-clocks-time { font-weight: bold; color: #eeeeec; - font-feature-settings: "lnum"; + font-feature-settings: "tnum"; font-size: 11pt; text-align: right; } .world-clocks-button .world-clocks-timezone { diff --git a/share/themes/Kali-Light/gnome-shell/gnome-shell.css b/share/themes/Kali-Light/gnome-shell/gnome-shell.css index 0ccbc0d3..d2ed3fcf 100644 --- a/share/themes/Kali-Light/gnome-shell/gnome-shell.css +++ b/share/themes/Kali-Light/gnome-shell/gnome-shell.css @@ -586,7 +586,7 @@ StScrollBar { .world-clocks-button .world-clocks-time { font-weight: bold; color: #5c616c; - font-feature-settings: "lnum"; + font-feature-settings: "tnum"; font-size: 11pt; text-align: right; } .world-clocks-button .world-clocks-timezone { diff --git a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss index ff87ab85..1c2cb2fb 100644 --- a/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss +++ b/src/themes/Kali/sass/gnome-shell-sass/upstream/gnome-shell-sass/widgets/_calendar.scss @@ -204,7 +204,7 @@ .world-clocks-time { font-weight: bold; color: $fg_color; - font-feature-settings: "lnum"; + font-feature-settings: "tnum"; @include fontsize($base_font_size); text-align: right; } 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 60fda4c4..0df9c54d 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.36.2 +VERSION=3.36.4 echo echo -e " $YELLOW[ i ]$RESET Upstream version $VERSION"