
Nova Shell Fixed
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Nova Shell returns the old classic look of the Gnome 3. I tested this version on Arch Linux GNOME 3.26 and it works well without causing any problems. So, this version is compatible with GNOME 3.14 or later. Based on the Nova Shell GNOME Shell theme, but with fixed bugs and other improvements. Under this link you can find the original version of the Nova Shell that was not fixed by me:
https://www.gnome-look.org/p/1013050/
smekkley
2 years ago
It doens't break font size and nice level of transparency, all system icons are perfect.
Can you please give a hint to change the "Activities" icon to ArchLinux logo?
Report
Zfkerr
2 years ago
Report
smekkley
2 years ago
Report
Zfkerr
2 years ago
>Can you please give a hint to change the "Activities" icon to ArchLinux logo?
Gnome Shell extension "Activities Configurator": https://github.com/nls1729/acme-code
Thank you
Report
smekkley
2 years ago
```
#panel #panelActivities.panel-button > * {
icon-shadow: black 0px 1px 4px;
text-shadow: black 0px 1px 4px;
width: 24px;
height: 24px;
background-color: transparent !important;
background-gradient-direction: none !important;
border: 0 solid transparent !important;
text-shadow: 0 0 transparent !important;
transition-duration: 0ms !important;
box-shadow: none !important;
color: transparent;
/*
background-image: url("common-assets/panel/activities_shadow.png");
*/
background-image: url("gnomeFoot_white.svg");
}
/*
#panel #panelActivities.panel-button:overview:hover {
background: rgba(145,145,145,1);
}*/
#panel #panelActivities.panel-button:overview, #panel #panelActivities.panel-button:focus, #panel #panelActivities.panel-button:checked {
background-color: transparent;
box-shadow: none;
border-bottom-width: 1px;
border-color: transparent;
}
/* overview hänger med på #panel */
#panel #panelActivities.panel-button:focus {
background-color: rgba(175,175,175,.85);
box-shadow: 0 1px 2px rgba(0,0,0,.6);
border-color: rgba(220,220,220,.1);
}
#panel #panelActivities.panel-button:focus > * {
background-image: url("gnomeFoot_solid.svg");
}
#panel.solid #panelActivities.panel-button:focus,
#panel:overview #panelActivities.panel-button:focus {
background-color: rgba(175,175,175,1);
border: none;
box-shadow: none;
}
#panel.solid #panelActivities.panel-button:focus > *,
#panel:overview #panelActivities.panel-button:focus > * {
background-image: url("gnomeFoot_solid.svg");
}
#panel #panelActivities.panel-button:active > *, #panel #panelActivities.panel-button:overview > *, #panel #panelActivities.panel-button:checked > * {
/*
background-image: url("common-assets/panel/activities_shadow.png");
*/
background-image: url("gnomeFoot_white.svg");
}
```
Report
Zfkerr
2 years ago
As I wrote in the description here, I am not the author of the original Nova Shell theme. The fact is that the author of this topic abandoned its further development, and I am only an enthusiast who took to correct some of its shortcomings and fix some bugs. Original them is here: https://www.gnome-look.org/p/1013050/
Report