Files
Marble-shell-theme/tweaks/overview/launchpad/launchpad.css
Vladyslav Hroshev 7c7a474ad0 Make installation undependable from tweaks
Updated copyright years ("better late than never" ahh change)
2024-09-01 21:21:46 +03:00

7 lines
185 B
CSS

/* Change Show Apps icon to macOS Launchpad icon */
.show-apps .show-apps-icon {
color: transparent;
background-image: url("./launchpad.png");
background-size: contain;
}