[gnome-shell-sass] dateMenu: Use graphical weather forecasts
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] dateMenu: Use graphical weather forecasts
- Date: Thu, 7 Feb 2019 16:41:41 +0000 (UTC)
commit a0755e198be2aab222b854f854b3c80c0828f4b5
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Dec 13 14:45:22 2018 +0100
dateMenu: Use graphical weather forecasts
While the current textual forecast is non-intrusive, it may be too
much so, making it less effective to spot the current conditions
at a glance.
Refresh the section to use a more conventional graphical representation,
similar to the one used by gnome-weather itself.
https://gitlab.gnome.org/GNOME/gnome-shell/issues/262
_common.scss | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
---
diff --git a/_common.scss b/_common.scss
index b7d052b..801792f 100644
--- a/_common.scss
+++ b/_common.scss
@@ -922,7 +922,8 @@ StScrollBar {
font-weight: bold;
}
- .world-clocks-grid {
+ .world-clocks-grid,
+ .weather-grid {
spacing-rows: 0.4em;
}
@@ -930,6 +931,19 @@ StScrollBar {
spacing: 0.4em;
}
+ .weather-grid {
+ spacing-columns: 0.8em;
+ }
+
+ .weather-forecast-icon {
+ icon-size: 2.18em;
+ }
+
+ .weather-forecast-time {
+ color: darken($fg_color,40%);
+ font-size: 0.8em;
+ }
+
.calendar-month-label {
color: darken($fg_color,5%);
font-weight: bold;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]