jaszhix / icingtaskmanager

Window list with app grouping and thumbnails for Cinnamon
https://cinnamon-spices.linuxmint.com/applets/view/269
GNU General Public License v2.0
61 stars 12 forks source link

Themeing in Cinnamon 4? #235

Closed mfreeman-xtivia closed 5 years ago

mfreeman-xtivia commented 5 years ago

If this issue is a bug report, please list the follow information. If this issue has to do with theme compatibility, make sure you list which theme you are using.

So wrt to the question in #230, is moving the location of the "highlight bar" possible at all in Mint 19.1/Cinnamon 4? None of the CSS values used for border settings there seem to apply anymore?

jaszhix commented 5 years ago

Check .grouped-window-list-item-box.top class in your theme and adjust the border-width. If it doesn't have that class, the theme does have support for GWL yet.

In any case this is a theme issue, and not something that can be fixed from GWL or ITM.

mfreeman-xtivia commented 5 years ago

So for example this is the setting in the standard Mint-X-Aqua theme. It has the class, but not a border-width setting....do i need to add that? and how does that convert the "bar" from being at the bottom of the icon OOB to being on the top of the icon?

.grouped-window-list-item-box {
    font-weight: bold;
    color: rgb(62, 62, 62);
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    border-image: none;
}
jaszhix commented 5 years ago

No, not all themes need that style. I was assuming you were using something similar to Mint Y because you inquired about Carta previously. Not really sure which bar you're talking about.

mfreeman-xtivia commented 5 years ago

When using the grouped window list applet, there is a bar underneath the icon of any active application, i.e the 'active' pseudo-class in the old model. When i move the panel to the top of the screen (as opposed to its default location on the bottom) this 'active indicator bar' still is placed at the bottom of the icon. I would like to move it above the icon.

So if we ignore my spazz with Mint-X-Aqau for the moment and talk about the OOB them for Mint 19.1 is there any way to move the bar above the icon. You had pointed me to this link as a solution location in the previous version.......

https://github.com/linuxmint/cinnamon-spices-themes/blob/67810e505e721bc993a218091211c7ef67f98738/Carta/files/Carta/cinnamon/cinnamon.css#L1540

mfreeman-xtivia commented 5 years ago

nm. Stupid user error. thanks for the pointer and working as desired now