[How to Request] An Photography Tutorials of Tweaking Theme

Style your desktop
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
highwind

[How to Request] An Photography Tutorials of Tweaking Theme

Post by highwind »

Hi everyone, I have seen many "how to"s about tweaking cinnamon.css for changing the theme,
but I haven't found any picture turorial about this yet, (at least, like which code line indicate which part)
change one parameter and then restart cinnamon again and again is quite annoying.
Can anyone who have more experience about this share one?

BTW, I am now focusing on make the menu more compact, my question are:
1.How to move search box next to "quit" button;
2.How to limit the total height and width of menu.
Screenshot.png
Thx
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: [How to Request] An Photography Tutorials of Tweaking Th

Post by austin.texas »

Here is the beginners tutorial for changing the colors of a Cinnamon theme, created by caribriz - complete with pictures and line numbers.
http://www.mediafire.com/view/i934f6tm6 ... -THEME.pdf
How to move search box next to "quit" button
Can't be done by modifying cinnamon.css
You would have to re-write the Mint Menu program itself.
How to limit the total height and width of menu.
You can add a max-width element to the popup-menu section (inadvisable).
Vertical size will depend on how many Favorites icons you have. Just remove a few of those and it will become smaller vertically.
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
highwind

Re: [How to Request] An Photography Tutorials of Tweaking Th

Post by highwind »

Thanks for your reply, austin.texas, this was quite a quick answer.

For the 2nd Question, is there a way (by changing cinnamon.css) I can shrink the button of Favorites icon just a small as the icon itself, so that the total height will reduce?
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: [How to Request] An Photography Tutorials of Tweaking Th

Post by austin.texas »

Good thought...
Yes, you can adjust the icon sizes and spacing.

.popup-menu-icon {
icon-size: .6em;
}

.nm-menu-item-icons {
spacing: .5em;
}
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
highwind

Re: [How to Request] An Photography Tutorials of Tweaking Th

Post by highwind »

Althought it seems not work for me(at least not as I expect), thanks again.
It is quite hard to find these two lines without you instruction.
Anyway I have changed my mind not to directly edit cinnamon.css for menu interface editing,maybe install a new applet like "starkMenu" is more easier to newbies.

Tweaking the appearance is somehow always the first step for newbies to get better understanding of using Linux(and more fun/achievement).
Sometime just get used to it is another way! For me now, these spaces are good for my eyes... :)
Locked

Return to “Themes, Icons & Wallpaper”