From a8a3c712fac25dc848e5bd3c01d05e7679d19449 Mon Sep 17 00:00:00 2001 From: Bundy01 <26124850+Bundy01@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:40:19 +0000 Subject: [PATCH 1/3] Update cinnamon.css --- CBlue/files/CBlue/cinnamon/cinnamon.css | 21 ++++++++++++--------- CGreen/files/CGreen/cinnamon/cinnamon.css | 15 +++++++++------ 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/CBlue/files/CBlue/cinnamon/cinnamon.css b/CBlue/files/CBlue/cinnamon/cinnamon.css index e4947354f..6759e57c0 100644 --- a/CBlue/files/CBlue/cinnamon/cinnamon.css +++ b/CBlue/files/CBlue/cinnamon/cinnamon.css @@ -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 * ===================================================================*/ @@ -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; @@ -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; diff --git a/CGreen/files/CGreen/cinnamon/cinnamon.css b/CGreen/files/CGreen/cinnamon/cinnamon.css index f3e569922..b25b2b2b3 100644 --- a/CGreen/files/CGreen/cinnamon/cinnamon.css +++ b/CGreen/files/CGreen/cinnamon/cinnamon.css @@ -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 * ===================================================================*/ From 0c413373edd2bb1fe8ee42f56fdc6e0fa2034b48 Mon Sep 17 00:00:00 2001 From: Bundy01 <26124850+Bundy01@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:41:42 +0000 Subject: [PATCH 2/3] Update CHANGELOG --- CBlue/CHANGELOG.md | 1 + CGreen/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CBlue/CHANGELOG.md b/CBlue/CHANGELOG.md index 65363f3c7..ac0ad32d0 100644 --- a/CBlue/CHANGELOG.md +++ b/CBlue/CHANGELOG.md @@ -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. diff --git a/CGreen/CHANGELOG.md b/CGreen/CHANGELOG.md index 16e8e07ae..9c32f90a3 100644 --- a/CGreen/CHANGELOG.md +++ b/CGreen/CHANGELOG.md @@ -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. From a33b5bbf8668e9e75ff266116334a9252d86327d Mon Sep 17 00:00:00 2001 From: Bundy01 <26124850+Bundy01@users.noreply.github.com> Date: Mon, 4 Nov 2024 03:42:57 +0000 Subject: [PATCH 3/3] Update to v2.12 --- CBlue/files/CBlue/cinnamon/theme.json | 2 +- CGreen/files/CGreen/cinnamon/theme.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CBlue/files/CBlue/cinnamon/theme.json b/CBlue/files/CBlue/cinnamon/theme.json index 59e34e9d8..c1929e553 100644 --- a/CBlue/files/CBlue/cinnamon/theme.json +++ b/CBlue/files/CBlue/cinnamon/theme.json @@ -2,7 +2,7 @@ "cinnamon-theme": { "name": "CBlue", "author": "Bundy01", - "version": "2.11", + "version": "2.12", "type": "custom", "thumbnail": "thumbnail.png", "url": "" diff --git a/CGreen/files/CGreen/cinnamon/theme.json b/CGreen/files/CGreen/cinnamon/theme.json index bacc0a395..350603a5e 100644 --- a/CGreen/files/CGreen/cinnamon/theme.json +++ b/CGreen/files/CGreen/cinnamon/theme.json @@ -2,7 +2,7 @@ "cinnamon-theme": { "name": "CGreen", "author": "Bundy01", - "version": "2.11", + "version": "2.12", "type": "custom", "thumbnail": "thumbnail.png", "url": ""