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

Remove of Firefox Extra and Appearance of Weather Applet. #847

Merged
merged 7 commits into from
Feb 8, 2025
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

* 3.3: removal of Firefox Extra and appearance of weather applet.
* 3.2: fix #837.
* 3.1: improvement for Cinnamon 6.4 that I hadn't seen in the previous version.
* 3.0: compatibility with Cinnamon 6.4.
Expand Down
20 changes: 2 additions & 18 deletions CBlue/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CBlue

### A semi-transparent Cinnamon theme, with wallpaper + Firefox extra, Conky and Plank's theme. Inspired by the CBlack theme (author: cloweling).
### A semi-transparent Cinnamon theme, with wallpaper, Conky and Plank's theme. Inspired by the CBlack theme (author: cloweling).
If you want a panel that is not transparent, modify the line `243` of the file `~/.themes/CBlue/cinnamon/cinnamon.css`.
For example: background-color: rgba(53, 57, 69, `0.50`); . A value of `0` is equivalent to total transparency and `1` is totally opaque. Restart Cinnamon (Ctrl+Alt+Esc) for immediate modification.

Expand All @@ -9,30 +9,14 @@ If the theme's font is too small, you can modify Cinnamon's settings:
* `System settings>Font selection` or/and
* `System settings>Font settings>Text scaling factor`

**Don't hesitate to bring up inconsistencies in the theme or the extras** [here](https://github.com/Bundy01/cinnamon-spices-themes/issues).
**Don't hesitate to bring up inconsistencies in the theme** [here](https://github.com/Bundy01/cinnamon-spices-themes/issues).


## Wallpaper

It is located in the directory `~/.themes/CBlue/cinnamon/Wallpaper.png`.


## Firefox extra

#### This is a css file that changes the color of the address bar according to the security of a site:
Just copy the file `~/.themes/CBlue/cinnamon/userChrome.css` and paste it into `~/.mozilla/firefox/YOUR_PROFILE/chrome/`. If the `chrome` directory is not present in your profile, you will need to create it.

#### From Firefox 69 and after:
You must type `about:config` in the address bar and then modify the value `toolkit.legacyUserProfileCustomizations.stylesheets` by double-clicking on it to switch it to `TRUE`.

![example](https://raw.githubusercontent.com/Bundy01/cinnamon-spices-themes/76ecd5df3cd8936caafacd0f63793baf5d0f1e41/CBlue/extra.png)

#### From Firefox 77 and after:
You need to reinstall the `userChrome.css` file in the Firefox profile.

**Without this modifications, the extra doesn't work.**


## Conky

* Install the `conky` or `conky-all` package, depending on the GNU/Linux distribution. `curl` must already be present, if it isn't, you should install it as well.
Expand Down
Binary file removed CBlue/extra.png
Binary file not shown.
13 changes: 9 additions & 4 deletions CBlue/files/CBlue/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1599,18 +1599,23 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.weather-menu {
width: 5120px;
}
.weather-current-databox {
font-size: 12pt;
}
.weather-current-astronomy {
font-size: 10pt;
font-size: 12pt;
}
.weather-forecast-day {
font-size: 12pt;
font-size: 14pt;
color: #5294e2;
}
.hourly-time {
/* padding: 0px 7px;*/
font-size: 10pt;
width: 36px;
padding-left: 12px;
}
.hourly-box {
padding: 0px 35px;
padding: 0 20px;
}
/* ===================================================================
* User Applet and CinnVIIStarkMenu
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": "3.2",
"version": "3.3",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
107 changes: 0 additions & 107 deletions CBlue/files/CBlue/cinnamon/userChrome.css

This file was deleted.

2 changes: 1 addition & 1 deletion CBlue/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"author": "Bundy01",
"name": "CBlue",
"description": "A semi-transparent Cinnamon theme with wallpaper, Firefox extra, Conky and Plank's theme (see 'more info' for details). Inspired by the CBlack theme.",
"description": "A semi-transparent Cinnamon theme with wallpaper, Conky and Plank's theme (see 'more info' for details). Inspired by the CBlack theme.",
"license": "GPL-3.0"
}
1 change: 1 addition & 0 deletions CGreen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Versions

* 3.3: removal of Firefox Extra and appearance of weather applet.
* 3.2: fix #837.
* 3.1: improvement for Cinnamon 6.4 that I hadn't seen in the previous version.
* 3.0: compatibility with Cinnamon 6.4.
Expand Down
20 changes: 2 additions & 18 deletions CGreen/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CGreen

### A semi-transparent Cinnamon theme, with wallpaper + Firefox extra, Conky and Plank's theme'. Inspired by the CBlack theme (author: cloweling).
### A semi-transparent Cinnamon theme, with wallpaper, Conky and Plank's theme'. Inspired by the CBlack theme (author: cloweling).
If you want a panel that is not transparent, modify the line `243` of the file `~/.themes/CGreen/cinnamon/cinnamon.css`.
For example: background-color: rgba(53, 57, 69, `0.50`); . A value of `0` is equivalent to total transparency and `1` is totally opaque. Restart Cinnamon (Ctrl+Alt+Esc) for immediate modification.

Expand All @@ -9,30 +9,14 @@ If the theme's font is too small, you can modify Cinnamon's settings:
* `System settings>Font selection` or/and
* `System settings>Font settings>Text scaling factor`

**Don't hesitate to bring up inconsistencies in the theme or the extras** [here](https://github.com/Bundy01/cinnamon-spices-themes/issues).
**Don't hesitate to bring up inconsistencies in the theme** [here](https://github.com/Bundy01/cinnamon-spices-themes/issues).


## Wallpaper

It is located in the directory `~/.themes/CGreen/cinnamon/Wallpaper.png`.


## Firefox extra

#### This is a css file that changes the color of the address bar according to the security of a site:
Just copy the file `~/.themes/CGreen/cinnamon/userChrome.css` and paste it into `~/.mozilla/firefox/YOUR_PROFILE/chrome/`. If the `chrome` directory is not present in your profile, you will need to create it.

#### From Firefox 69 and after:
You must type `about:config` in the address bar and then modify the value `toolkit.legacyUserProfileCustomizations.stylesheets` by double-clicking on it to switch it to `TRUE`.

![example](https://raw.githubusercontent.com/Bundy01/cinnamon-spices-themes/e77599088eac84861695d447a79a932a24e9128c/CGreen/extra.png)

#### From Firefox 77 and after:
You need to reinstall the `userChrome.css` file in the Firefox profile.

**Without this modifications, the extra doesn't work.**


## Conky

* Install the `conky` or `conky-all` package, depending on the GNU/Linux distribution. `curl` must already be present, if it isn't, you should install it as well.
Expand Down
Binary file removed CGreen/extra.png
Binary file not shown.
13 changes: 9 additions & 4 deletions CGreen/files/CGreen/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -1599,18 +1599,23 @@ StScrollBar StButton#hhandle:hover, StScrollBar StButton#vhandle:hover {
.weather-menu {
width: 5120px;
}
.weather-current-databox {
font-size: 12pt;
}
.weather-current-astronomy {
font-size: 10pt;
font-size: 12pt;
}
.weather-forecast-day {
font-size: 12pt;
font-size: 14pt;
color: #2eb398;
}
.hourly-time {
padding: 0px 9px;
font-size: 10pt;
width: 36px;
padding-left: 12px;
}
.hourly-box {
/* padding: 0px 10px;*/
padding: 0 20px;
}
/* ===================================================================
* 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": "3.2",
"version": "3.3",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
107 changes: 0 additions & 107 deletions CGreen/files/CGreen/cinnamon/userChrome.css

This file was deleted.

2 changes: 1 addition & 1 deletion CGreen/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"author": "Bundy01",
"name": "CGreen",
"description": "A semi-transparent Cinnamon theme with wallpaper, Firefox extra, Conky and Plank's theme (see 'more info' for details). Inspired by the CBlack theme.",
"description": "A semi-transparent Cinnamon theme with wallpaper, Conky and Plank's theme (see 'more info' for details). Inspired by the CBlack theme.",
"license": "GPL-3.0"
}