imarkoff / Marble-shell-theme

Shell theme for GNOME DE
GNU General Public License v3.0
261 stars 8 forks source link

I tweaked it a bit to get an overview icon in the dash. #8

Closed nkcong206 closed 1 year ago

nkcong206 commented 1 year ago

I took some code from another theme to add.

icon: launchpad

.show-apps .show-apps-icon {
  color: transparent !important;
  background-image: url("launchpad.png");
  background-size: contain;
}

.show-apps .overview-icon, .show-apps .show-apps-icon {
  color: transparent !important;
}

.show-apps .overview-icon {
    color: rgba(234, 243, 251, 1);
}

Result: Screenshot from 2023-05-28 11-54-54

imarkoff commented 1 year ago

I've added the ability to change the icon using tweaks:

python install.py ... --launchpad

Thank you for making this theme better. ❤️