Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CBlue/CGreen: weather applet touch-up #829

Merged
merged 3 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CBlue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.12: weather applet touch-up.
* 2.11: increase font size, small changes to menu appearance, calendar, panel-lauchers...
* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
Expand Down
21 changes: 12 additions & 9 deletions CBlue/files/CBlue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1500,19 +1500,22 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
/* ===================================================================
* Weather Applet
* ===================================================================*/
.weather-menu {
width: 2128px;
}
.weather-current-databox-captions {
padding-left: 48px;
.popup-menu-content.weather-menu {
width: 5120px;
}
.weather-current-astronomy {
font-size: 10pt;
}
.weather-forecast-day {
font-size: 10pt;
font-size: 12pt;
color: #5294e2;
}
.hourly-time {
padding: 0px 7px;
}
.hourly-box {
padding: 0px 25px;
}
/* ===================================================================
* User Applet and CinnVIIStarkMenu
* ===================================================================*/
Expand Down Expand Up @@ -1646,7 +1649,7 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
/* ===================================================================
* Workspace OSD (Ctl+Alt+Up)
* ===================================================================*/
.expo-workspaces-name {
.expo-workspaces-name-entry {
padding: 5px;
color: #fff;
font-weight: bold;
Expand All @@ -1658,12 +1661,12 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
max-width: 300px;
height: 25px;
}
.expo-workspaces-name#selected {
.expo-workspaces-name-entry#selected {
background-color: rgb(82, 148, 226);
font-weight: bold;
color: white;
}
.expo-workspaces-name:focus {
.expo-workspaces-name-entry:focus {
color: rgb(255, 255, 255);
font-weight: bold;
transition-duration: 300;
Expand Down
2 changes: 1 addition & 1 deletion CBlue/files/CBlue/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CBlue",
"author": "Bundy01",
"version": "2.11",
"version": "2.12",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
1 change: 1 addition & 0 deletions CGreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 2.12: weather applet touch-up.
* 2.11: increase font size, small changes to menu appearance, calendar, panel-lauchers...
* 2.10: fixed a display bug in workspace names.
* 2.9: fixed two small bugs (in menu and when restarting Cinnamon) and modifications to calendar/notifications and Plank theme.
Expand Down
15 changes: 9 additions & 6 deletions CGreen/files/CGreen/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1500,19 +1500,22 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
/* ===================================================================
* Weather Applet
* ===================================================================*/
.weather-menu {
width: 2128px;
}
.weather-current-databox-captions {
padding-left: 48px;
.popup-menu-content.weather-menu {
width: 5120px;
}
.weather-current-astronomy {
font-size: 10pt;
}
.weather-forecast-day {
font-size: 10pt;
font-size: 12pt;
color: #2eb398;
}
.hourly-time {
padding: 0px 7px;
}
.hourly-box {
padding: 0px 25px;
}
/* ===================================================================
* User Applet and CinnVIIStarkMenu
* ===================================================================*/
Expand Down
2 changes: 1 addition & 1 deletion CGreen/files/CGreen/cinnamon/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cinnamon-theme": {
"name": "CGreen",
"author": "Bundy01",
"version": "2.11",
"version": "2.12",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down