
BobSongs wrote:warning of any kind indicating these tips are for one Desktop Environment?
Had this been my tutorial, my first response would be to place a huge warning at the head of the first post before anyone else trips over this. But that's just me.



germanix wrote:Any ideas?
gksu gedit /usr/share/themes/Mint-Z/gnome-shell/gnome-shell.css.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon,
#overview .journal-item {
border-radius: 4px;
padding: 6px;
font-size: 8pt;
color: white;
transition-duration: 200;
text-align: center;
text-shadow: black 0px 1px 2px;
border: 0px;
}


bimsebasse wrote:cocorocara wrote:How to increase font size in the top and bottom panels of the gnome-shell? The font-size is really small. The fonts in advanced settings panel do no affect these. I assume it has to be edited in the css, but which property? Thanks,
Top panel:
- Code: Select all
#panel {
border: 1px solid rgba(255,255,255,0.2);
border-top: 0px;
border-left: 0px;
border-right: 6px;
border-radius: 0px;
color: rgba(255,255,255,1.0);
background-gradient-direction: vertical;
background-gradient-start: rgba(120,120,120,0.8);
background-gradient-end: rgba(150,150,150,0.6);
height: 24px;
font-size: 8pt; /* CHANGE HERE */
font-weight: normal;
border-image: url("panel-border.svg") 1;
Bottom panel:
- Code: Select all
#bottomPanel {
border: 1px solid rgba(141,141,141,1.0);
border-top: 1px;
border-left: 1px;
border-right: 1px;
border-radius: 0px;
color: rgba(0,0,0,1.0);
background-gradient-direction: vertical;
background-gradient-start: rgba(239,239,239,1.0);
background-gradient-end: rgba(200,200,200,1.0);
height: 26px;
font-size: 8.5pt; /* CHANGE HERE */
font-weight: normal;
Guess I could put it in the guide but I gotta draw a line somewhere not to have a separate entry for every possible edit of the css

Major Grubert wrote:germanix wrote:Any ideas?
2l, and :
- Code: Select all
gksu gedit /usr/share/themes/Mint-Z/gnome-shell/gnome-shell.css
Find :
- Code: Select all
.app-well-app > .overview-icon,
.remove-favorite > .overview-icon,
.search-result-content > .overview-icon,
#overview .journal-item {
border-radius: 4px;
padding: 6px;
font-size: 8pt;
color: white;
transition-duration: 200;
text-align: center;
text-shadow: black 0px 1px 2px;
border: 0px;
}
and reduce font-size (7pt works, 6 pts seems very small)
On a 1600x900 with font-size 7pt, .icon-grid spacing: 12px; -shell-grid-item-size: 96px; .icon-grid .overview-icon icon-size: 72px; :


totviu wrote:Well I think I can contribute to this useful thread with two ideas:
The first one is related to "4d. Change login screen background". I would edit it to point out that if you want this trick to work, the chosen image can't be located in a encrypted folder. And I say this because many users have their home folder encrypted, and if they choose picture from their encrypted home folder they will get a black login screen.


bimsebasse wrote:Nicely adjusted, I'm gonna add this to 2l if that's cool with you.



3b. Install USC (Ubuntu Software Center)
There was a time when Mint's Software Manager could look down on Ubuntu's Software Center - with the revamped USC 5, tables have turned and Software Manager now feels like a truncated and outdated version of the big brother counterpart (despite being definitely on the sluggish side) with options to e.g. easily view installed or installable packages by PPA among other basic functionality currently missing in Software Manager. Installing it does pull 50mb of dependencies, though.
Code: Select all
sudo apt-get install software-center





bimsebasse wrote:BobSongs wrote:warning of any kind indicating these tips are for one Desktop Environment?
Had this been my tutorial, my first response would be to place a huge warning at the head of the first post before anyone else trips over this. But that's just me.
I can see now that was a major oversight and I'm sorry it wasn't made perfectly clear - will put a warning in there.
gksudo nautilus







Users browsing this forum: GizmoChicken and 6 guests