
malys - futureGS , GS 3.6+
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
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
if you like my work, I'll be glad you will support me, thank you...
https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5GVMWKWUHSWJU
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
► font "bahamas " can be easily changed in gnome-shell.css
stage {
font-family: "bahamas", ubuntu, cantarell, sans-serif;
}
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
► Extracted a package zip und tar, folder
► Go to terminal ► sudo nautilus
► folder themes to insert the / usr / share / themes
► Go to Gnome Tweak Tool and settings GnomeShell theme
or...
► sudo add-apt-repository ppa:noobslab/malys-themes
► sudo apt-get update
► sudo apt-get install malys-future-gs
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
License: GPLv3
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
Thanks....
Please report bugs and / or suggestions....
..::malys::..
⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇⊆⊇
8 years ago
UPDATE = new version GS 3.6 + (26.11.2012)
ADD = transparent version -malys-futureeGS
8 years ago
UPDATE = new version GS 3.6 + (26.11.2012)
ADD = transparent version -malys-futureeGS
sid32
8 years ago
Report
malys777
8 years ago
Report
malys777
8 years ago
in these two codes, you can tell it to adjust itself according to your eye :)
::::::::::::::::::::::::::::::::::::
/* Panel */
#panel {
padding-bottom: 1px;
background-color: rgba(51,51,51,1.00);
border: 1px solid rgba(219,219,219,1.00);
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-bottom: 6px;
border-radius: 0px;
font-size: 10.5pt;
height: 2.0em;
}
:::::::::::::::::::::::::::::::::::::::::
/* Message Tray */
#message-tray {
background-color: rgba(51,51,51,0.00001);
border: 1px solid rgba(219,219,219,1.00);
color: rgba(51,51,51,0.8);
border-left: 0px;
border-right: 0px;
border-top: 0px;
border-bottom: 6px;
border-radius: 0px;
height: 32px;
padding-right: 6px;
padding-left: 6px;
}
Report