Cinnamon 1.3 released!!

Please post suggestions for improvement of Cinnamon on:
https://github.com/linuxmint/Cinnamon
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
bimsebasse

Re: Cinnamon 1.3 released!!

Post by bimsebasse »

Yes but you need to know your screen size in pixels.

Open your theme's cinnamon.css as root and find the section that looks like this in the default theme:

Code: Select all

#notification {
	font-size: 8.5pt;
	border-radius: 8px 8px 8px 8px;
	border: 2px solid #a5a5a5;
	background-gradient-direction: vertical;
	background-gradient-start: rgba(85,85,85,0.8);
	background-gradient-end: rgba(85,85,85,0.8);
	padding: 8px 8px 8px 8px;
	spacing-rows: 10px;
	spacing-columns: 10px;
	margin-from-right-edge-of-screen: 20px;
	margin-from-top-edge-of-screen: 30px;
	width: 34em;
	color: white;
}
The line you want to change is "margin-from-top-edge-of-screen: 30px;"; margin-from-bottom doesn't work so you have to put in your screen size height and subtract distance from screen + notification popup height. My screen height is 768px and I use a bottom panel so I would put something like

Code: Select all

margin-from-top-edge-of-screen: 700px;
To test notification placement type this in terminal:

Code: Select all

notify-send "hallo"
...whch brings up a notification saying "hallo"
chdslv
Level 1
Level 1
Posts: 47
Joined: Wed Dec 30, 2009 3:49 am

Re: Cinnamon 1.3 released!!

Post by chdslv »

I took away four icons from the favorites bar as they are already in the panel, and the Cinnamon Menu looks very much better now! :D
Locked

Return to “Cinnamon”