Gnome-shell improvements

- Reduce panel transparency
- Fix dark text in weather applet
This commit is contained in:
EliverLara
2020-05-25 11:36:21 -05:00
parent 3ec889b484
commit 18075d63ca
2 changed files with 46 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ $_bubble_bg_color: $osd_bg_color;
$_bubble_fg_color: $fg_color;
$_bubble_borders_color: $fg_color;
$_bubble_transparent: transparentize($osd_bg_color, 0.17);
$topbar_bg_color: transparentize($dracula,0.35);
$topbar_bg_color: transparentize($dracula,0.05);
stage {
font-family: $font-family;
@@ -1198,6 +1198,30 @@ StScrollBar {
}
}
/* Weather */
.weather-button {
.weather-header {
color: darken($fg_color, 10%);
font-weight: bold;
&.location {
font-weight: normal;
}
}
.weather-forecast-time {
color: darken($fg_color, 10%);
font-feature-settings: "tnum";
font-weight: normal;
padding-top: 0.2em;
padding-bottom: 0.4em;
}
.weather-forecast-temp {
font-weight: bold;
}
}
// a little unstructured mess: