Page 1 of 1

Questions about docklite -/ Aero skin

Posted: Thu Oct 03, 2024 10:09 am
by bluedxca93
Image

I did found out that docklite and XFCE is themable:

Code: Select all

#docklike-plugin .open_group { margin-top: 1px; background-image: linear-gradient(120deg, #e3ebf4, #c8d7e9 30%, #aec5df); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }

#docklike-plugin .group:hover, #docklike-plugin .open_group:hover, #docklike-plugin .active_group:hover { background-image: linear-gradient(120deg, #fdfefe, #edf0f7 30%, #d1deed 40%, #c6d6e9); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }

#docklike-plugin .active_group { background-image: linear-gradient(45deg, #e4ecf5, #f2f7fb 90%, #fdfeff); border-radius: 3px; border-width: 1px; box-shadow: none; border-color: #525c67; text-shadow: none; color: #ffffff; }
But what i miss is a feature inside docklite to switch to another css class if more than one applictaions are open. Aside from that it runs as expected.

Re: Questions about docklite -/ Aero skin

Posted: Thu Oct 03, 2024 11:45 am
by CharlesV
This is interesting.. I will have to play with this a bit :-)

Thanks for sharing this.